mjon_git/target/classes/egovframework/egovProps/ck.properties
2023-06-12 11:15:02 +09:00

14 lines
478 B
Properties

# CKEditor Image File Upload
#optional
ck.image.type.allow=jpg,jpeg,gif,bmp,png
#optional
#ck.image.save.class=Implementation of itn.com.utl.wed.filter.FileSaveManager
# if you use "separate image server" or other case. (apache, cdn, nas...)
#ck.image.dir=/www/images.mydomain.com/upload
#ck.image.url=http://images.mydomain.com/upload/
# if you use "web application"'s deployed directory.
ck.image.dir=/webApplicationDeployDirectory/upload
ck.image.url=/contextRoot/upload/