|
@ -1,5 +1,5 @@
|
1
|
1
|
dataSource=com.alibaba.druid.pool.DruidDataSource
|
2
|
|
dataSource.url=jdbc:postgresql://121.42.53.174:5432/ekexiu
|
|
2
|
dataSource.url=jdbc:postgresql://127.0.0.1:5432/ekexiu
|
3
|
3
|
dataSource.username=postgres
|
4
|
4
|
dataSource.password=postgres
|
5
|
5
|
dataSource.initialSize::int=1
|
|
@ -17,7 +17,7 @@ dataSource.maxPoolPreparedStatementPerConnectionSize::int=20
|
17
|
17
|
dataSource.defaultAutoCommit::boolean=false
|
18
|
18
|
cachedFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
|
19
|
19
|
cachedFileUploadServlet.cacheByMemory::boolean=false
|
20
|
|
cachedFileUploadServlet.cachePath::java.io.File=/Users/bulomakaka/Documents/kexiu/www/html/images/tmp
|
|
20
|
cachedFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/images/tmp
|
21
|
21
|
cachedFileUploadServlet.CachedItemValidator-ref=imageValidator
|
22
|
22
|
cachedFileUploadServlet.defaultSizeLimit::long=5242880
|
23
|
23
|
cachedFileUploadServlet.fileSuffix=.jpg,.png
|
|
@ -28,10 +28,10 @@ com_ekexiu_portal_service_ImageService.middleHeadPhotoWidth::int=66
|
28
|
28
|
com_ekexiu_portal_service_ImageService.middleHeadPhotoHeight::int=66
|
29
|
29
|
com_ekexiu_portal_service_ImageService.smallHeadPhotoWidth::int=30
|
30
|
30
|
com_ekexiu_portal_service_ImageService.smallHeadPhotoHeight::int=30
|
31
|
|
com_ekexiu_portal_service_ImageService.tmpPath::java.io.File=/Users/bulomakaka/Documents/kexiu/www/html/images/tmp
|
32
|
|
com_ekexiu_portal_service_ImageService.imagePath::java.io.File=/Users/bulomakaka/Documents/kexiu/www/html/images
|
33
|
|
com_ekexiu_portal_service_ImageService.defaultHeadPhoto::java.io.File=/Users/bulomakaka/Documents/kexiu/www/html/images/dh.jpg
|
34
|
|
com_ekexiu_portal_service_ImageService.defaultOrgLogo::java.io.File=/Users/bulomakaka/Documents/kexiu/www/html/images/dl.jpg
|
|
31
|
com_ekexiu_portal_service_ImageService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
|
|
32
|
com_ekexiu_portal_service_ImageService.imagePath::java.io.File=/kexiu/www/html/images
|
|
33
|
com_ekexiu_portal_service_ImageService.defaultHeadPhoto::java.io.File=/kexiu/www/html/images/dh.jpg
|
|
34
|
com_ekexiu_portal_service_ImageService.defaultOrgLogo::java.io.File=/kexiu/www/html/images/dl.jpg
|
35
|
35
|
com_ekexiu_portal_service_SysService.bindMailSubject=\u8BF7\u6C42\u7ED1\u5B9A\u90AE\u7BB1
|
36
|
36
|
com_ekexiu_portal_service_SysService.bindMailReplaceKey=stateCode
|
37
|
37
|
com_ekexiu_portal_service_SysService.bindMailReplaceContentTempalte=\u8BF7\u8BBF\u95EE\u5B8C\u6210\u7BB1\u7ED1\u5B9A:http://www.ekexiu.com:81/page/bind_email.html?sc=stateCode
|