Showing
1 changed file
with
39 additions
and
44 deletions
1 | -autoconfig.properties = sharedAutoconfig | ||
2 | - | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/global-autoconfig.properties | ||
4 | - | ||
5 | -file.saveDir = /Data/images | ||
6 | -file.uploadTempDir = /Data/images | ||
7 | -file.maxsize = 50000000 | ||
8 | - | ||
9 | -#watch ftp upload directory | ||
10 | -watchService.watchDir=/Data/images | ||
11 | -#unit: seconds | ||
12 | -watchService.waitInterval=60 | ||
13 | - | ||
14 | -search.server.address=http://192.168.102.208:8087/yohosearch/ | ||
15 | - | ||
16 | -yohobuy.platform.env.namespace = platform | ||
17 | -yohobuy.platform.env.serverport = 8 | ||
18 | -yohobuy.platform.env.webapphome = /home/test/yohobuy-platform/deploy | ||
19 | - | ||
20 | - | ||
21 | -jdbc.mysql.platform.erp_product.master = 192.168.102.219:3306 | ||
22 | -jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306 | ||
23 | -jdbc.mysql.platform.erp_product.username = yh_test | ||
24 | -jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw== | ||
25 | - | ||
26 | -jdbc.mysql.platform.erp_supplier.master = 192.168.102.219:3306 | ||
27 | -jdbc.mysql.platform.erp_supplier.slave = 192.168.102.219:3306 | ||
28 | -jdbc.mysql.platform.erp_supplier.username = yh_test | ||
29 | -jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw== | ||
30 | - | ||
31 | -jdbc.mysql.platform.yhb_account.master = 192.168.102.219:3306 | ||
32 | -jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306 | ||
33 | -jdbc.mysql.platform.yhb_account.username = yh_test | ||
34 | -jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw== | ||
35 | - | ||
36 | -jdbc.mysql.platform.erp_account.master = 192.168.102.219:3306 | ||
37 | -jdbc.mysql.platform.erp_account.slave = 192.168.102.219:3306 | ||
38 | -jdbc.mysql.platform.erp_account.username = yh_test | ||
39 | -jdbc.mysql.platform.erp_account.password = 9nm0icOwt6bMHjMusIfMLw== | ||
40 | - | ||
41 | -jdbc.mysql.platform.yh_guang.master = 192.168.102.219:3306 | ||
42 | -jdbc.mysql.platform.yh_guang.slave = 192.168.102.219:3306 | ||
43 | -jdbc.mysql.platform.yh_guang.username = yh_test | ||
44 | -jdbc.mysql.platform.yh_guang.password = 9nm0icOwt6bMHjMusIfMLw== | 1 | +autoconfig.properties = sharedAutoconfig |
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/global-autoconfig.properties | ||
4 | + | ||
5 | +file.image.size = 512000 | ||
6 | + | ||
7 | +file.maxsize = 50000000 | ||
8 | +file.saveDir = /Data/images | ||
9 | +file.uploadTempDir = /Data/images | ||
10 | + | ||
11 | +jdbc.mysql.platform.erp_account.master = 192.168.102.219:3306 | ||
12 | +jdbc.mysql.platform.erp_account.password = 9nm0icOwt6bMHjMusIfMLw== | ||
13 | +jdbc.mysql.platform.erp_account.slave = 192.168.102.219:3306 | ||
14 | +jdbc.mysql.platform.erp_account.username = yh_test | ||
15 | +jdbc.mysql.platform.erp_product.master = 192.168.102.219:3306 | ||
16 | +jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw== | ||
17 | +jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306 | ||
18 | +jdbc.mysql.platform.erp_product.username = yh_test | ||
19 | +jdbc.mysql.platform.erp_supplier.master = 192.168.102.219:3306 | ||
20 | +jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw== | ||
21 | +jdbc.mysql.platform.erp_supplier.slave = 192.168.102.219:3306 | ||
22 | +jdbc.mysql.platform.erp_supplier.username = yh_test | ||
23 | +jdbc.mysql.platform.yh_guang.master = 192.168.102.219:3306 | ||
24 | +jdbc.mysql.platform.yh_guang.password = 9nm0icOwt6bMHjMusIfMLw== | ||
25 | +jdbc.mysql.platform.yh_guang.slave = 192.168.102.219:3306 | ||
26 | +jdbc.mysql.platform.yh_guang.username = yh_test | ||
27 | +jdbc.mysql.platform.yhb_account.master = 192.168.102.219:3306 | ||
28 | +jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw== | ||
29 | +jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306 | ||
30 | +jdbc.mysql.platform.yhb_account.username = yh_test | ||
31 | + | ||
32 | +search.server.address = http://192.168.102.208:8087/yohosearch/ | ||
33 | + | ||
34 | +watchService.waitInterval = 60 | ||
35 | +watchService.watchDir = /Data/images | ||
36 | + | ||
37 | +yohobuy.platform.env.namespace = platform | ||
38 | +yohobuy.platform.env.serverport = 8 | ||
39 | +yohobuy.platform.env.webapphome = /home/test/yohobuy-platform/deploy |
-
Please register or login to post a comment