Showing
1 changed file
with
15 additions
and
0 deletions
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/yoho-family-autoconfig.properties | ||
3 | +yoho.cms_push.env.namespace = yoho-family | ||
4 | +yoho.cms_push.env.serverport = 6 | ||
5 | +yoho.cms_push.env.webapphome = /home/test/yoho-family/deploy | ||
6 | + | ||
7 | +#db_pool_config | ||
8 | +db.default.initialSize=10 | ||
9 | +db.default.maxTotal=20 | ||
10 | +db.default.maxIdle=10 | ||
11 | +db.default.minIdle=5 | ||
12 | + | ||
13 | +#debug_enable | ||
14 | +is_debug_enable=false | ||
15 | + |
-
Please register or login to post a comment