Authored by xuhongyun

config reactor

@@ -8,3 +8,59 @@ file.uploadTempDir = /Data/images @@ -8,3 +8,59 @@ file.uploadTempDir = /Data/images
8 yohobuy.platform.env.namespace = platform 8 yohobuy.platform.env.namespace = platform
9 yohobuy.platform.env.serverport = 8 9 yohobuy.platform.env.serverport = 8
10 yohobuy.platform.env.webapphome = /home/test/yohobuy-platform/deploy 10 yohobuy.platform.env.webapphome = /home/test/yohobuy-platform/deploy
  11 +
  12 +
  13 +jdbc.mysql.platform.erp_product.master = 192.168.50.69:9980
  14 +jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306
  15 +jdbc.mysql.platform.erp_product.username = yh_test
  16 +jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw==
  17 +
  18 +jdbc.mysql.platform.yhb_operations.master = 192.168.50.69:9980
  19 +jdbc.mysql.platform.yhb_operations.slave = 192.168.102.219:3306
  20 +jdbc.mysql.platform.yhb_operations.username = yh_test
  21 +jdbc.mysql.platform.yhb_operations.password = 9nm0icOwt6bMHjMusIfMLw==
  22 +
  23 +jdbc.mysql.platform.yhb_operations.master = 192.168.50.69:9980
  24 +jdbc.mysql.platform.yhb_operations.slave = 192.168.102.219:3306
  25 +jdbc.mysql.platform.yhb_operations.username = yh_test
  26 +jdbc.mysql.platform.yhb_operations.password = 9nm0icOwt6bMHjMusIfMLw==
  27 +
  28 +jdbc.mysql.platform.yh_shops.master = 192.168.50.69:9980
  29 +jdbc.mysql.platform.yh_shops.slave = 192.168.102.219:3306
  30 +jdbc.mysql.platform.yh_shops.username = yh_test
  31 +jdbc.mysql.platform.yh_shops.password = 9nm0icOwt6bMHjMusIfMLw==
  32 +
  33 +jdbc.mysql.platform.yh_resource.master = 192.168.50.69:9980
  34 +jdbc.mysql.platform.yh_resource.slave = 192.168.102.219:3306
  35 +jdbc.mysql.platform.yh_resource.username = yh_test
  36 +jdbc.mysql.platform.yh_resource.password = 9nm0icOwt6bMHjMusIfMLw==
  37 +
  38 +jdbc.mysql.platform.erp_supplier.master = 192.168.50.69:9980
  39 +jdbc.mysql.platform.erp_supplier.slave = 192.168.102.219:3306
  40 +jdbc.mysql.platform.erp_supplier.username = yh_test
  41 +jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw==
  42 +
  43 +jdbc.mysql.platform.yhb_account.master = 192.168.50.69:9980
  44 +jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306
  45 +jdbc.mysql.platform.yhb_account.username = yh_test
  46 +jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw==
  47 +
  48 +jdbc.mysql.platform.yh_events.master = 192.168.50.69:9980
  49 +jdbc.mysql.platform.yh_events.slave = 192.168.102.219:3306
  50 +jdbc.mysql.platform.yh_events.username = yh_test
  51 +jdbc.mysql.platform.yh_events.password = 9nm0icOwt6bMHjMusIfMLw==
  52 +
  53 +jdbc.mysql.platform.yh_guang.master = 192.168.50.69:9980
  54 +jdbc.mysql.platform.yh_guang.slave = 192.168.102.219:3306
  55 +jdbc.mysql.platform.yh_guang.username = yh_test
  56 +jdbc.mysql.platform.yh_guang.password = 9nm0icOwt6bMHjMusIfMLw==
  57 +
  58 +jdbc.mysql.platform.yhb_promotion.master = 192.168.50.69:9980
  59 +jdbc.mysql.platform.yhb_promotion.slave = 192.168.102.219:3306
  60 +jdbc.mysql.platform.yhb_promotion.username = yh_test
  61 +jdbc.mysql.platform.yhb_promotion.password = 9nm0icOwt6bMHjMusIfMLw==
  62 +
  63 +jdbc.mysql.platform.yoho_activity.master = 192.168.50.69:9980
  64 +jdbc.mysql.platform.yoho_activity.slave = 192.168.102.219:3306
  65 +jdbc.mysql.platform.yoho_activity.username = yh_test
  66 +jdbc.mysql.platform.yoho_activity.password = 9nm0icOwt6bMHjMusIfMLw==
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 -  
8 -rabbitAddress = 192.168.102.162:32810  
9 -  
10 -yohobuy.platform.env.namespace = platform  
11 -yohobuy.platform.env.serverport = 1  
12 -yohobuy.platform.env.webapphome = /home/test/yohobuy-platform/deploy