Showing
1 changed file
with
21 additions
and
26 deletions
@@ -2,43 +2,38 @@ autoconfig.properties = sharedAutoconfig | @@ -2,43 +2,38 @@ autoconfig.properties = sharedAutoconfig | ||
2 | 2 | ||
3 | autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/global-autoconfig.properties | 3 | autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/global-autoconfig.properties |
4 | 4 | ||
5 | +file.image.size = 512000 | ||
6 | + | ||
7 | +file.maxsize = 50000000 | ||
5 | file.saveDir = /Data/images | 8 | file.saveDir = /Data/images |
6 | file.uploadTempDir = /Data/images | 9 | 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 | 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 | ||
21 | jdbc.mysql.platform.erp_product.master = 192.168.102.219:3306 | 15 | jdbc.mysql.platform.erp_product.master = 192.168.102.219:3306 |
16 | +jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw== | ||
22 | jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306 | 17 | jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306 |
23 | jdbc.mysql.platform.erp_product.username = yh_test | 18 | 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 | 19 | jdbc.mysql.platform.erp_supplier.master = 192.168.102.219:3306 |
20 | +jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw== | ||
27 | jdbc.mysql.platform.erp_supplier.slave = 192.168.102.219:3306 | 21 | jdbc.mysql.platform.erp_supplier.slave = 192.168.102.219:3306 |
28 | jdbc.mysql.platform.erp_supplier.username = yh_test | 22 | jdbc.mysql.platform.erp_supplier.username = yh_test |
29 | -jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw== | ||
30 | - | 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 | ||
31 | jdbc.mysql.platform.yhb_account.master = 192.168.102.219:3306 | 27 | jdbc.mysql.platform.yhb_account.master = 192.168.102.219:3306 |
28 | +jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw== | ||
32 | jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306 | 29 | jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306 |
33 | jdbc.mysql.platform.yhb_account.username = yh_test | 30 | jdbc.mysql.platform.yhb_account.username = yh_test |
34 | -jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw== | ||
35 | 31 | ||
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== | 32 | +search.server.address = http://192.168.102.208:8087/yohosearch/ |
40 | 33 | ||
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== | 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