Authored by chunhua

update test

1 -yoho.logs.level = DEBUG  
2 -yoho.logs.basedir = /home/test/logs  
3 -yoho.logs.maxHistory = 7  
4 -yoho.logs.maxFileSize = 100MB  
5 -  
6 -yoho.env.javahome = /usr/local/java  
7 -yoho.env.serverhome = /usr/local/tomcat  
8 -yoho.env.servertype = tomcat  
9 -yoho.env.productmode = TEST  
10 -  
11 -### ****************************** database ***********************************  
12 -  
13 -jdbc.mysql.yhresource.master.url=jdbc:mysql://192.168.50.69:9980/yh_resource  
14 -jdbc.mysql.yhresource.slave.url=jdbc:mysql://192.168.102.219:3306/yh_resource  
15 -jdbc.mysql.yhresource.username=yh_test  
16 -jdbc.mysql.yhresource.password=9nm0icOwt6bMHjMusIfMLw==  
17 -  
18 -jdbc.mysql.yhshops.master.url=jdbc:mysql://192.168.50.69:9980/yh_shops  
19 -jdbc.mysql.yhshops.slave.url=jdbc:mysql://192.168.102.219:3306/yh_shops  
20 -jdbc.mysql.yhshops.username=yh_test  
21 -jdbc.mysql.yhshops.password=9nm0icOwt6bMHjMusIfMLw==  
22 -  
23 -# yh_orders  
24 -jdbc.mysql.yhorders.master.url=jdbc:mysql://192.168.50.69:9980/yh_orders  
25 -jdbc.mysql.yhorders.slave.url=jdbc:mysql://192.168.50.69:9980/yh_orders  
26 -jdbc.mysql.yhorders.username=yh_test  
27 -jdbc.mysql.yhorders.password=9nm0icOwt6bMHjMusIfMLw==  
28 -  
29 -# yh_sns  
30 -jdbc.mysql.yhsns.master.url=jdbc:mysql://192.168.50.69:9980/yh_sns  
31 -jdbc.mysql.yhsns.slave.url=jdbc:mysql://192.168.50.69:9980/yh_sns  
32 -jdbc.mysql.yhsns.username=yh_test  
33 -jdbc.mysql.yhsns.password=9nm0icOwt6bMHjMusIfMLw==  
34 -  
35 -# yh_comment  
36 -jdbc.mysql.yhcomment.master.url=jdbc:mysql://192.168.50.69:9980/yh_comment  
37 -jdbc.mysql.yhcomment.slave.url=jdbc:mysql://192.168.102.219:3306/yh_comment  
38 -jdbc.mysql.yhcomment.username=yh_test  
39 -jdbc.mysql.yhcomment.password=9nm0icOwt6bMHjMusIfMLw==  
40 -  
41 -#yh_passport  
42 -jdbc.mysql.yhpassport.master.url=jdbc:mysql://192.168.50.69:9980/yh_passport  
43 -jdbc.mysql.yhpassport.slave.url=jdbc:mysql://192.168.102.219:3306/yh_passport  
44 -jdbc.mysql.yhpassport.username=yh_test  
45 -jdbc.mysql.yhpassport.password=9nm0icOwt6bMHjMusIfMLw==  
46 -  
47 -#yoho_passport读写数据分离  
48 -jdbc.mysql.yohopassport.master.url=jdbc:mysql://192.168.50.69:9980/yoho_passport  
49 -jdbc.mysql.yohopassport.slave.url=jdbc:mysql://192.168.102.219:3306/yoho_passport  
50 -jdbc.mysql.yohopassport.username=yh_test  
51 -jdbc.mysql.yohopassport.password=9nm0icOwt6bMHjMusIfMLw==  
52 -  
53 -#yh_operations读写数据分离  
54 -jdbc.mysql.yhoperations.master.url=jdbc:mysql://192.168.50.69:9980/yh_operations  
55 -jdbc.mysql.yhoperations.slave.url=jdbc:mysql://192.168.102.219:3306/yh_operations  
56 -jdbc.mysql.yhoperations.username=yh_test  
57 -jdbc.mysql.yhoperations.password=9nm0icOwt6bMHjMusIfMLw==  
58 -  
59 -#yhb_promotion  
60 -jdbc.mysql.yhbpromotion.master.url=jdbc:mysql://192.168.50.69:9980/yhb_promotion  
61 -jdbc.mysql.yhbpromotion.slave.url=jdbc:mysql://192.168.102.219:3306/yhb_promotion  
62 -jdbc.mysql.yhbpromotion.username=yh_test  
63 -jdbc.mysql.yhbpromotion.password=9nm0icOwt6bMHjMusIfMLw==  
64 -  
65 -#yh_setting  
66 -jdbc.mysql.yhsetting.master.url=jdbc:mysql://192.168.50.69:9980/yh_setting  
67 -jdbc.mysql.yhsetting.slave.url=jdbc:mysql://192.168.102.219:3306/yh_setting  
68 -jdbc.mysql.yhsetting.username=yh_test  
69 -jdbc.mysql.yhsetting.password=9nm0icOwt6bMHjMusIfMLw==  
70 -  
71 -#yoho_sms  
72 -jdbc.mysql.yohosms.master.url=jdbc:mysql://192.168.50.69:9980/yoho_sms  
73 -jdbc.mysql.yohosms.slave.url=jdbc:mysql://192.168.102.219:3306/yoho_sms  
74 -jdbc.mysql.yohosms.username=yh_test  
75 -jdbc.mysql.yohosms.password=9nm0icOwt6bMHjMusIfMLw==  
76 -  
77 -#yh_inbox  
78 -jdbc.mysql.yhinbox.master.url=jdbc:mysql://192.168.50.69:9980/yh_inbox  
79 -jdbc.mysql.yhinbox.slave.url=jdbc:mysql://192.168.102.219:3306/yh_inbox  
80 -jdbc.mysql.yhinbox.username=yh_test  
81 -jdbc.mysql.yhinbox.password=9nm0icOwt6bMHjMusIfMLw==  
82 -  
83 -#yoho_logs  
84 -jdbc.mysql.yohologs.master.url=jdbc:mysql://192.168.50.69:9980/yoho_sms  
85 -jdbc.mysql.yohologs.username=yh_test  
86 -jdbc.mysql.yohologs.password=9nm0icOwt6bMHjMusIfMLw==  
87 -  
88 -#yh_pay  
89 -jdbc.mysql.pay.master.url=jdbc:mysql://192.168.50.69:9980/yoho_pay  
90 -jdbc.mysql.pay.slave.url=jdbc:mysql://192.168.102.219:3306/yoho_pay  
91 -jdbc.mysql.pay.username=yh_test  
92 -jdbc.mysql.pay.password=9nm0icOwt6bMHjMusIfMLw==  
93 -  
94 -#yh_coupons  
95 -jdbc.mysql.yhcoupons.master.url=jdbc:mysql://192.168.50.69:9980/yh_coupons  
96 -jdbc.mysql.yhcoupons.slave.url=jdbc:mysql://192.168.102.219:3306/yh_coupons  
97 -jdbc.mysql.yhcoupons.username=yh_test  
98 -jdbc.mysql.yhcoupons.password=9nm0icOwt6bMHjMusIfMLw==  
99 -  
100 -jdbc.mysql.yhevents.master.url=jdbc:mysql://192.168.50.69:9980/yh_events  
101 -jdbc.mysql.yhevents.slave.url=jdbc:mysql://192.168.102.219:3306/yh_events  
102 -jdbc.mysql.yhevents.username=yh_test  
103 -jdbc.mysql.yhevents.password=9nm0icOwt6bMHjMusIfMLw==  
104 -  
105 -#yh_consult  
106 -jdbc.mysql.yhconsult.master.url=jdbc:mysql://192.168.50.69:9980/yh_consult  
107 -jdbc.mysql.yhconsult.slave.url=jdbc:mysql://192.168.102.219:3306/yh_consult  
108 -jdbc.mysql.yhconsult.username=yh_test  
109 -jdbc.mysql.yhconsult.password=9nm0icOwt6bMHjMusIfMLw==  
110 -  
111 -#yhb_operations  
112 -jdbc.mysql.yhboperations.master.url=jdbc:mysql://192.168.50.69:9980/yhb_operations  
113 -jdbc.mysql.yhboperations.slave.url=jdbc:mysql://192.168.102.219:3306/yhb_operations  
114 -jdbc.mysql.yhboperations.username=yh_test  
115 -jdbc.mysql.yhboperations.password=9nm0icOwt6bMHjMusIfMLw==  
116 -  
117 -  
118 -#unions  
119 -jdbc.mysql.unions.master.url=jdbc:mysql://192.168.50.69:9980/yh_unions  
120 -jdbc.mysql.unions.slave.url=jdbc:mysql://192.168.102.219:3306/yh_unions  
121 -jdbc.mysql.unions.username=yh_test  
122 -jdbc.mysql.unions.password=9nm0icOwt6bMHjMusIfMLw==  
123 -  
124 -  
125 -### ****************************** database new ***********************************  
126 -  
127 -jdbc.mysql.yhresource.master=192.168.50.69:9980  
128 -jdbc.mysql.yhresource.slave=192.168.102.219:3306  
129 -  
130 -jdbc.mysql.yhshops.master=192.168.50.69:9980  
131 -jdbc.mysql.yhshops.slave=192.168.102.219:3306  
132 -  
133 -# yh_orders  
134 -jdbc.mysql.yhorders.master=192.168.50.69:9980  
135 -jdbc.mysql.yhorders.slave=192.168.50.69:9980  
136 -  
137 -# yh_sns  
138 -jdbc.mysql.yhsns.master=192.168.50.69:9980  
139 -jdbc.mysql.yhsns.slave=192.168.50.69:9980  
140 -  
141 -# yh_comment  
142 -jdbc.mysql.yhcomment.master=192.168.50.69:9980  
143 -jdbc.mysql.yhcomment.slave=192.168.102.219:3306  
144 -  
145 -#yh_passport  
146 -jdbc.mysql.yhpassport.master=192.168.50.69:9980  
147 -jdbc.mysql.yhpassport.slave=192.168.102.219:3306  
148 -  
149 -#yoho_passport读写数据分离  
150 -jdbc.mysql.yohopassport.master=192.168.50.69:9980  
151 -jdbc.mysql.yohopassport.slave=192.168.102.219:3306  
152 -  
153 -#yh_operations读写数据分离  
154 -jdbc.mysql.yhoperations.master=192.168.50.69:9980  
155 -jdbc.mysql.yhoperations.slave=192.168.102.219:3306  
156 -  
157 -#yhb_promotion  
158 -jdbc.mysql.yhbpromotion.master=192.168.50.69:9980  
159 -jdbc.mysql.yhbpromotion.slave=192.168.102.219:3306  
160 -  
161 -#yh_setting  
162 -jdbc.mysql.yhsetting.master=192.168.50.69:9980  
163 -jdbc.mysql.yhsetting.slave=192.168.102.219:3306  
164 -  
165 -#yoho_sms  
166 -jdbc.mysql.yohosms.master=192.168.50.69:9980  
167 -jdbc.mysql.yohosms.slave=192.168.102.219:3306  
168 -  
169 -#yh_inbox  
170 -jdbc.mysql.yhinbox.master=192.168.50.69:9980  
171 -jdbc.mysql.yhinbox.slave=192.168.102.219:3306  
172 -  
173 -#yoho_logs  
174 -jdbc.mysql.yohologs.master=192.168.50.69:9980  
175 -  
176 -#yh_pay  
177 -jdbc.mysql.pay.master=192.168.50.69:9980  
178 -jdbc.mysql.pay.slave=192.168.102.219:3306  
179 -  
180 -#yh_coupons  
181 -jdbc.mysql.yhcoupons.master=192.168.50.69:9980  
182 -jdbc.mysql.yhcoupons.slave=192.168.102.219:3306  
183 -  
184 -jdbc.mysql.yhevents.master=192.168.50.69:9980  
185 -jdbc.mysql.yhevents.slave=192.168.102.219:3306  
186 -  
187 -#yh_consult  
188 -jdbc.mysql.yhconsult.master=192.168.50.69:9980  
189 -jdbc.mysql.yhconsult.slave=192.168.102.219:3306  
190 -  
191 -#yhb_operations  
192 -jdbc.mysql.yhboperations.master=192.168.50.69:9980  
193 -jdbc.mysql.yhboperations.slave=192.168.102.219:3306  
194 -  
195 -#unions  
196 -jdbc.mysql.unions.master=192.168.50.69:9980  
197 -jdbc.mysql.unions.slave=192.168.102.219:3306  
198 -  
199 -  
200 -##### **************************************** common properties ******************************************************  
201 -users.browse.expire=7776000  
202 -  
203 -is_debug_enable = true  
204 -  
205 -aliyun.accessid = mkb5KaMTUeAnfHI5  
206 -aliyun.bucket = yohotest  
207 -aliyun.domain = http://7xnrdp.com1.z0.glb.clouddn.com  
208 -aliyun.endpoint = oss-cn-shanghai.aliyuncs.com  
209 -  
210 -cache.servers.gateway.level1.address = 192.168.102.211:11211  
211 -cache.servers.gateway.level1.expire = 1800  
212 -cache.servers.gateway.level2.address = 192.168.102.211:11211  
213 -cache.servers.gateway.level2.expire = 43200  
214 -  
215 -cache.servers.union.address = 192.168.102.211:11211  
216 -  
217 -ip.port.search.server = 192.168.10.64:8080  
218 -  
219 -qiniu.accesskey = iGA6XzOicfWLttJZ9dIyE9ELL2dOCNkd7qmIdt7  
220 -qiniu.bucket = test  
221 -qiniu.domain = http://7xnrdp.com1.z0.glb.clouddn.com  
222 -qiniu.secretkey = 0GjWmT53UbIzzCQ5ev6sqrq0O5a-bdv0xkNY2s9T  
223 -  
224 -redis.new.proxy.address = 192.168.102.211  
225 -redis.new.proxy.auth = 123456  
226 -redis.new.proxy.port = 6379  
227 -  
228 -redis.proxy.address = 192.168.102.211  
229 -redis.proxy.auth = 123456  
230 -redis.proxy.port = 6379  
231 -  
232 -redis.union.address = 192.168.102.211  
233 -redis.union.auth = 123456  
234 -redis.union.port = 6379  
235 -  
236 -  
237 -gateway.domain.url=http://testapi.yoho.cn:28078  
238 -  
239 -zkAddress=192.168.102.211:2181  
240 -  
241 -order.task.host=192.168.102.211  
242 -  
243 -APP_KEY = 1392109259  
244 -APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e  
245 -UUC_DOMAIN = http://passport.test.yoho.cn  
246 -  
247 -Gateway_URL=http://192.168.102.202:8080/gateway  
248 -  
249 -alarm.influxdb.url=http://192.168.102.162:8086  
250 -alarm.influxdb.user=root  
251 -alarm.influxdb.password=root  
252 -  
253 -  
254 -#### rabbit config ####  
255 -rabbit_host = 192.168.102.162:32775  
256 -rabbit_user = guest  
257 -rabbit_password = guest  
258 -  
259 -##### **************************************** services.yml ******************************************************  
260 -  
261 -message.server.a = 192.168.102.211  
262 -message.server.b = 192.168.102.211  
263 -message.server.c = 192.168.102.211  
264 -message.server.d = 192.168.102.211  
265 -  
266 -order.server.a = 192.168.102.211  
267 -order.server.b = 192.168.102.211  
268 -order.server.c = 192.168.102.211  
269 -order.server.d = 192.168.102.211  
270 -  
271 -product.server.a = 192.168.102.211  
272 -product.server.b = 192.168.102.211  
273 -product.server.c = 192.168.102.211  
274 -product.server.d = 192.168.102.211  
275 -  
276 -promotion.server.a = 192.168.102.211  
277 -promotion.server.b = 192.168.102.211  
278 -promotion.server.c = 192.168.102.211  
279 -promotion.server.d = 192.168.102.211  
280 -  
281 -  
282 -resources.server.a = 192.168.102.211  
283 -resources.server.b = 192.168.102.211  
284 -resources.server.c = 192.168.102.211  
285 -resources.server.d = 192.168.102.211  
286 -  
287 -sns.server.a = 192.168.102.211  
288 -sns.server.b = 192.168.102.211  
289 -sns.server.c = 192.168.102.211  
290 -sns.server.d = 192.168.102.211  
291 -  
292 -users.server.a = 192.168.102.211  
293 -users.server.b = 192.168.102.211  
294 -users.server.c = 192.168.102.211  
295 -users.server.d = 192.168.102.211  
296 -  
297 - 1 +yoho.logs.level = DEBUG
  2 +yoho.logs.basedir = /home/test/logs
  3 +yoho.logs.maxHistory = 7
  4 +yoho.logs.maxFileSize = 100MB
  5 +
  6 +yoho.env.javahome = /usr/local/java
  7 +yoho.env.serverhome = /usr/local/tomcat
  8 +yoho.env.servertype = tomcat
  9 +yoho.env.productmode = TEST
  10 +
  11 +### ****************************** database ***********************************
  12 +jdbc.mysql.yhpush.password=9nm0icOwt6bMHjMusIfMLw==
  13 +jdbc.mysql.yhpush.master.url=jdbc:mysql://192.168.50.69:9980/q_msg_system
  14 +jdbc.mysql.yhpush.username=yh_test
  15 +jdbc.mysql.yhpush.slave.url=jdbc:mysql://192.168.102.219:3306/q_msg_system
  16 +
  17 +jdbc.mysql.yhresource.master.url=jdbc:mysql://192.168.50.69:9980/yh_resource
  18 +jdbc.mysql.yhresource.slave.url=jdbc:mysql://192.168.102.219:3306/yh_resource
  19 +jdbc.mysql.yhresource.username=yh_test
  20 +jdbc.mysql.yhresource.password=9nm0icOwt6bMHjMusIfMLw==
  21 +
  22 +jdbc.mysql.yhshops.master.url=jdbc:mysql://192.168.50.69:9980/yh_shops
  23 +jdbc.mysql.yhshops.slave.url=jdbc:mysql://192.168.102.219:3306/yh_shops
  24 +jdbc.mysql.yhshops.username=yh_test
  25 +jdbc.mysql.yhshops.password=9nm0icOwt6bMHjMusIfMLw==
  26 +
  27 +# yh_orders
  28 +jdbc.mysql.yhorders.master.url=jdbc:mysql://192.168.50.69:9980/yh_orders
  29 +jdbc.mysql.yhorders.slave.url=jdbc:mysql://192.168.50.69:9980/yh_orders
  30 +jdbc.mysql.yhorders.username=yh_test
  31 +jdbc.mysql.yhorders.password=9nm0icOwt6bMHjMusIfMLw==
  32 +
  33 +# yh_sns
  34 +jdbc.mysql.yhsns.master.url=jdbc:mysql://192.168.50.69:9980/yh_sns
  35 +jdbc.mysql.yhsns.slave.url=jdbc:mysql://192.168.50.69:9980/yh_sns
  36 +jdbc.mysql.yhsns.username=yh_test
  37 +jdbc.mysql.yhsns.password=9nm0icOwt6bMHjMusIfMLw==
  38 +
  39 +# yh_comment
  40 +jdbc.mysql.yhcomment.master.url=jdbc:mysql://192.168.50.69:9980/yh_comment
  41 +jdbc.mysql.yhcomment.slave.url=jdbc:mysql://192.168.102.219:3306/yh_comment
  42 +jdbc.mysql.yhcomment.username=yh_test
  43 +jdbc.mysql.yhcomment.password=9nm0icOwt6bMHjMusIfMLw==
  44 +
  45 +#yh_passport
  46 +jdbc.mysql.yhpassport.master.url=jdbc:mysql://192.168.50.69:9980/yh_passport
  47 +jdbc.mysql.yhpassport.slave.url=jdbc:mysql://192.168.102.219:3306/yh_passport
  48 +jdbc.mysql.yhpassport.username=yh_test
  49 +jdbc.mysql.yhpassport.password=9nm0icOwt6bMHjMusIfMLw==
  50 +
  51 +#yoho_passport读写数据分离
  52 +jdbc.mysql.yohopassport.master.url=jdbc:mysql://192.168.50.69:9980/yoho_passport
  53 +jdbc.mysql.yohopassport.slave.url=jdbc:mysql://192.168.102.219:3306/yoho_passport
  54 +jdbc.mysql.yohopassport.username=yh_test
  55 +jdbc.mysql.yohopassport.password=9nm0icOwt6bMHjMusIfMLw==
  56 +
  57 +#yh_operations读写数据分离
  58 +jdbc.mysql.yhoperations.master.url=jdbc:mysql://192.168.50.69:9980/yh_operations
  59 +jdbc.mysql.yhoperations.slave.url=jdbc:mysql://192.168.102.219:3306/yh_operations
  60 +jdbc.mysql.yhoperations.username=yh_test
  61 +jdbc.mysql.yhoperations.password=9nm0icOwt6bMHjMusIfMLw==
  62 +
  63 +#yhb_promotion
  64 +jdbc.mysql.yhbpromotion.master.url=jdbc:mysql://192.168.50.69:9980/yhb_promotion
  65 +jdbc.mysql.yhbpromotion.slave.url=jdbc:mysql://192.168.102.219:3306/yhb_promotion
  66 +jdbc.mysql.yhbpromotion.username=yh_test
  67 +jdbc.mysql.yhbpromotion.password=9nm0icOwt6bMHjMusIfMLw==
  68 +
  69 +#yh_setting
  70 +jdbc.mysql.yhsetting.master.url=jdbc:mysql://192.168.50.69:9980/yh_setting
  71 +jdbc.mysql.yhsetting.slave.url=jdbc:mysql://192.168.102.219:3306/yh_setting
  72 +jdbc.mysql.yhsetting.username=yh_test
  73 +jdbc.mysql.yhsetting.password=9nm0icOwt6bMHjMusIfMLw==
  74 +
  75 +#yoho_sms
  76 +jdbc.mysql.yohosms.master.url=jdbc:mysql://192.168.50.69:9980/yoho_sms
  77 +jdbc.mysql.yohosms.slave.url=jdbc:mysql://192.168.102.219:3306/yoho_sms
  78 +jdbc.mysql.yohosms.username=yh_test
  79 +jdbc.mysql.yohosms.password=9nm0icOwt6bMHjMusIfMLw==
  80 +
  81 +#yh_inbox
  82 +jdbc.mysql.yhinbox.master.url=jdbc:mysql://192.168.50.69:9980/yh_inbox
  83 +jdbc.mysql.yhinbox.slave.url=jdbc:mysql://192.168.102.219:3306/yh_inbox
  84 +jdbc.mysql.yhinbox.username=yh_test
  85 +jdbc.mysql.yhinbox.password=9nm0icOwt6bMHjMusIfMLw==
  86 +
  87 +#yoho_logs
  88 +jdbc.mysql.yohologs.master.url=jdbc:mysql://192.168.50.69:9980/yoho_sms
  89 +jdbc.mysql.yohologs.username=yh_test
  90 +jdbc.mysql.yohologs.password=9nm0icOwt6bMHjMusIfMLw==
  91 +
  92 +#yh_pay
  93 +jdbc.mysql.pay.master.url=jdbc:mysql://192.168.50.69:9980/yoho_pay
  94 +jdbc.mysql.pay.slave.url=jdbc:mysql://192.168.102.219:3306/yoho_pay
  95 +jdbc.mysql.pay.username=yh_test
  96 +jdbc.mysql.pay.password=9nm0icOwt6bMHjMusIfMLw==
  97 +
  98 +#yh_coupons
  99 +jdbc.mysql.yhcoupons.master.url=jdbc:mysql://192.168.50.69:9980/yh_coupons
  100 +jdbc.mysql.yhcoupons.slave.url=jdbc:mysql://192.168.102.219:3306/yh_coupons
  101 +jdbc.mysql.yhcoupons.username=yh_test
  102 +jdbc.mysql.yhcoupons.password=9nm0icOwt6bMHjMusIfMLw==
  103 +
  104 +jdbc.mysql.yhevents.master.url=jdbc:mysql://192.168.50.69:9980/yh_events
  105 +jdbc.mysql.yhevents.slave.url=jdbc:mysql://192.168.102.219:3306/yh_events
  106 +jdbc.mysql.yhevents.username=yh_test
  107 +jdbc.mysql.yhevents.password=9nm0icOwt6bMHjMusIfMLw==
  108 +
  109 +#yh_consult
  110 +jdbc.mysql.yhconsult.master.url=jdbc:mysql://192.168.50.69:9980/yh_consult
  111 +jdbc.mysql.yhconsult.slave.url=jdbc:mysql://192.168.102.219:3306/yh_consult
  112 +jdbc.mysql.yhconsult.username=yh_test
  113 +jdbc.mysql.yhconsult.password=9nm0icOwt6bMHjMusIfMLw==
  114 +
  115 +#yhb_operations
  116 +jdbc.mysql.yhboperations.master.url=jdbc:mysql://192.168.50.69:9980/yhb_operations
  117 +jdbc.mysql.yhboperations.slave.url=jdbc:mysql://192.168.102.219:3306/yhb_operations
  118 +jdbc.mysql.yhboperations.username=yh_test
  119 +jdbc.mysql.yhboperations.password=9nm0icOwt6bMHjMusIfMLw==
  120 +
  121 +
  122 +#unions
  123 +jdbc.mysql.unions.master.url=jdbc:mysql://192.168.50.69:9980/yh_unions
  124 +jdbc.mysql.unions.slave.url=jdbc:mysql://192.168.102.219:3306/yh_unions
  125 +jdbc.mysql.unions.username=yh_test
  126 +jdbc.mysql.unions.password=9nm0icOwt6bMHjMusIfMLw==
  127 +
  128 +
  129 +### ****************************** database new ***********************************
  130 +
  131 +jdbc.mysql.yhresource.master=192.168.50.69:9980
  132 +jdbc.mysql.yhresource.slave=192.168.102.219:3306
  133 +
  134 +jdbc.mysql.yhshops.master=192.168.50.69:9980
  135 +jdbc.mysql.yhshops.slave=192.168.102.219:3306
  136 +
  137 +# yh_orders
  138 +jdbc.mysql.yhorders.master=192.168.50.69:9980
  139 +jdbc.mysql.yhorders.slave=192.168.50.69:9980
  140 +
  141 +# yh_sns
  142 +jdbc.mysql.yhsns.master=192.168.50.69:9980
  143 +jdbc.mysql.yhsns.slave=192.168.50.69:9980
  144 +
  145 +# yh_comment
  146 +jdbc.mysql.yhcomment.master=192.168.50.69:9980
  147 +jdbc.mysql.yhcomment.slave=192.168.102.219:3306
  148 +
  149 +#yh_passport
  150 +jdbc.mysql.yhpassport.master=192.168.50.69:9980
  151 +jdbc.mysql.yhpassport.slave=192.168.102.219:3306
  152 +
  153 +#yoho_passport读写数据分离
  154 +jdbc.mysql.yohopassport.master=192.168.50.69:9980
  155 +jdbc.mysql.yohopassport.slave=192.168.102.219:3306
  156 +
  157 +#yh_operations读写数据分离
  158 +jdbc.mysql.yhoperations.master=192.168.50.69:9980
  159 +jdbc.mysql.yhoperations.slave=192.168.102.219:3306
  160 +
  161 +#yhb_promotion
  162 +jdbc.mysql.yhbpromotion.master=192.168.50.69:9980
  163 +jdbc.mysql.yhbpromotion.slave=192.168.102.219:3306
  164 +
  165 +#yh_setting
  166 +jdbc.mysql.yhsetting.master=192.168.50.69:9980
  167 +jdbc.mysql.yhsetting.slave=192.168.102.219:3306
  168 +
  169 +#yoho_sms
  170 +jdbc.mysql.yohosms.master=192.168.50.69:9980
  171 +jdbc.mysql.yohosms.slave=192.168.102.219:3306
  172 +
  173 +#yh_inbox
  174 +jdbc.mysql.yhinbox.master=192.168.50.69:9980
  175 +jdbc.mysql.yhinbox.slave=192.168.102.219:3306
  176 +
  177 +#yoho_logs
  178 +jdbc.mysql.yohologs.master=192.168.50.69:9980
  179 +
  180 +#yh_pay
  181 +jdbc.mysql.pay.master=192.168.50.69:9980
  182 +jdbc.mysql.pay.slave=192.168.102.219:3306
  183 +
  184 +#yh_coupons
  185 +jdbc.mysql.yhcoupons.master=192.168.50.69:9980
  186 +jdbc.mysql.yhcoupons.slave=192.168.102.219:3306
  187 +
  188 +jdbc.mysql.yhevents.master=192.168.50.69:9980
  189 +jdbc.mysql.yhevents.slave=192.168.102.219:3306
  190 +
  191 +#yh_consult
  192 +jdbc.mysql.yhconsult.master=192.168.50.69:9980
  193 +jdbc.mysql.yhconsult.slave=192.168.102.219:3306
  194 +
  195 +#yhb_operations
  196 +jdbc.mysql.yhboperations.master=192.168.50.69:9980
  197 +jdbc.mysql.yhboperations.slave=192.168.102.219:3306
  198 +
  199 +#unions
  200 +jdbc.mysql.unions.master=192.168.50.69:9980
  201 +jdbc.mysql.unions.slave=192.168.102.219:3306
  202 +
  203 +
  204 +##### **************************************** common properties ******************************************************
  205 +users.browse.expire=7776000
  206 +
  207 +is_debug_enable = true
  208 +
  209 +aliyun.accessid = mkb5KaMTUeAnfHI5
  210 +aliyun.bucket = yohotest
  211 +aliyun.domain = http://7xnrdp.com1.z0.glb.clouddn.com
  212 +aliyun.endpoint = oss-cn-shanghai.aliyuncs.com
  213 +
  214 +cache.servers.gateway.level1.address = 192.168.102.211:11211
  215 +cache.servers.gateway.level1.expire = 1800
  216 +cache.servers.gateway.level2.address = 192.168.102.211:11211
  217 +cache.servers.gateway.level2.expire = 43200
  218 +
  219 +cache.servers.union.address = 192.168.102.211:11211
  220 +
  221 +ip.port.search.server = 192.168.10.64:8080
  222 +
  223 +qiniu.domain=http://yhfair.qiniudn.com
  224 +qiniu.accesskey=atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
  225 +qiniu.secretkey=pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
  226 +qiniu.bucket=yhfair
  227 +
  228 +redis.new.proxy.address = 192.168.102.211
  229 +redis.new.proxy.auth =
  230 +redis.new.proxy.port = 6379
  231 +
  232 +redis.proxy.address = 192.168.102.211
  233 +redis.proxy.auth =
  234 +redis.proxy.port = 6379
  235 +
  236 +redis.readonly.proxy.address = 192.168.102.211
  237 +redis.readonly.proxy.auth =
  238 +redis.readonly.proxy.port = 6479
  239 +
  240 +redis.union.address = 192.168.102.211
  241 +redis.union.auth =
  242 +redis.union.port = 6379
  243 +
  244 +
  245 +gateway.domain.url=http://testapi.yoho.cn:28078
  246 +
  247 +zkAddress=192.168.102.211:2181
  248 +
  249 +order.task.host=192.168.102.211
  250 +
  251 +APP_KEY = 1392109259
  252 +APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e
  253 +UUC_DOMAIN = http://passport.test.yoho.cn
  254 +
  255 +Gateway_URL=http://192.168.102.202:8080/gateway
  256 +
  257 +alarm.influxdb.url=http://192.168.102.162:8086
  258 +alarm.influxdb.user=root
  259 +alarm.influxdb.password=root
  260 +
  261 +
  262 +#### rabbit config ####
  263 +rabbit_host = 192.168.102.162:32810
  264 +rabbit_user = yoho
  265 +rabbit_password = yoho
  266 +
  267 +##### **************************************** services.yml ******************************************************
  268 +
  269 +message.server.a = 192.168.102.211
  270 +message.server.b = 192.168.102.211
  271 +message.server.c = 192.168.102.211
  272 +message.server.d = 192.168.102.211
  273 +
  274 +order.server.a = 192.168.102.211
  275 +order.server.b = 192.168.102.211
  276 +order.server.c = 192.168.102.211
  277 +order.server.d = 192.168.102.211
  278 +
  279 +product.server.a = 192.168.102.211
  280 +product.server.b = 192.168.102.211
  281 +product.server.c = 192.168.102.211
  282 +product.server.d = 192.168.102.211
  283 +
  284 +promotion.server.a = 192.168.102.211
  285 +promotion.server.b = 192.168.102.211
  286 +promotion.server.c = 192.168.102.211
  287 +promotion.server.d = 192.168.102.211
  288 +
  289 +
  290 +resources.server.a = 192.168.102.211
  291 +resources.server.b = 192.168.102.211
  292 +resources.server.c = 192.168.102.211
  293 +resources.server.d = 192.168.102.211
  294 +
  295 +sns.server.a = 192.168.102.211
  296 +sns.server.b = 192.168.102.211
  297 +sns.server.c = 192.168.102.211
  298 +sns.server.d = 192.168.102.211
  299 +
  300 +users.server.a = 192.168.102.211
  301 +users.server.b = 192.168.102.211
  302 +users.server.c = 192.168.102.211
  303 +users.server.d = 192.168.102.211