mirror of https://github.com/Rekoe/rk_svnadmin
init
parent
ec0ca7873c
commit
95f7299955
|
@ -1,7 +1,7 @@
|
||||||
jdbc.type=druid
|
jdbc.type=druid
|
||||||
jdbc.url=jdbc:mysql://127.0.0.1:3306/rk_admin?characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
jdbc.url=jdbc:mysql://127.0.0.1:3306/rk_admin?characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||||
jdbc.username=root
|
jdbc.username=root
|
||||||
jdbc.password=root
|
jdbc.password=rekoe@5382211
|
||||||
jdbc.validationQuery=select 1
|
jdbc.validationQuery=select 1
|
||||||
jdbc.maxActive=50
|
jdbc.maxActive=50
|
||||||
jdbc.testWhileIdle=true
|
jdbc.testWhileIdle=true
|
||||||
|
@ -20,7 +20,7 @@ jetty.page.404=/404.html
|
||||||
jetty.page.500=/500.html
|
jetty.page.500=/500.html
|
||||||
|
|
||||||
freemarker.suffix=.ftl
|
freemarker.suffix=.ftl
|
||||||
freemarker.prefix=~/rk_svnadmin/src/main/resources/
|
freemarker.prefix=/Users/kouxian/git/rk_svnadmin/src/main/resources/
|
||||||
freemarker.cache_time=-2000
|
freemarker.cache_time=-2000
|
||||||
|
|
||||||
shiro.session.manager.globalSessionTimeout=360000000
|
shiro.session.manager.globalSessionTimeout=360000000
|
||||||
|
@ -38,12 +38,12 @@ nutz.dao.interceptor.cache.provider.memory.cacheSize=1000
|
||||||
|
|
||||||
email.HostName=smtp.qq.com
|
email.HostName=smtp.qq.com
|
||||||
email.SmtpPort=465
|
email.SmtpPort=465
|
||||||
email.UserName=xxxxx@qq.com
|
email.UserName=koukou890@qq.com
|
||||||
email.Password=******
|
email.Password=rekoe@5382211
|
||||||
email.SSLOnConnect=true
|
email.SSLOnConnect=true
|
||||||
email.From=xxxx@qq.com
|
email.From=koukou890@qq.com
|
||||||
email.charset=UTF-8
|
email.charset=UTF-8
|
||||||
|
|
||||||
ngrok.client.auth_token=xxxxxx
|
ngrok.client.auth_token=4cnq1qh8s4j86p1d8u0152pmi8
|
||||||
ngrok.client.to_port=8084
|
ngrok.client.to_port=8084
|
||||||
ngrok.client.enable=false
|
ngrok.client.enable=true
|
Loading…
Reference in New Issue