Showing
41 changed files
with
1832 additions
and
0 deletions
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
3 | +yoho.cms_push.env.namespace = cms_push | ||
4 | +yoho.cms_push.env.serverport = 6 | ||
5 | +yoho.cms_push.env.webapphome = /home/test/yohoJavaApp/cms_push/deploy/target | ||
6 | + | ||
7 | +#debug_enable | ||
8 | +is_debug_enable=false | ||
9 | + | ||
10 | +##jdbc connection | ||
11 | +db.default.initialSize=10 | ||
12 | +db.default.maxTotal=20 | ||
13 | +db.default.maxIdle=10 | ||
14 | +db.default.minIdle=5 | ||
15 | + | ||
16 | +##push redis | ||
17 | +redis.push.address=172.31.24.77 | ||
18 | +redis.push.port=16379 | ||
19 | +redis.push.auth= | ||
20 | + | ||
21 | +##cms push redis | ||
22 | +redis.readonly.proxy.address=172.31.50.185 | ||
23 | +redis.readonly.proxy.port=6379 | ||
24 | +redis.readonly.proxy.auth= | ||
25 | + | ||
26 | +redis.pool.maxTotal=200 | ||
27 | +redis.pool.maxIdle=100 | ||
28 | +redis.pool.minIdle=30 | ||
29 | +redis.pool.maxWaitMillis=10000 | ||
30 | + | ||
31 | +#getui | ||
32 | +cms.getui.appkey=6mTvGCuFmG61NjZfrHIs24 | ||
33 | +cms.getui.appid=TlIHUfi2I66b0DqEfsbjG2 | ||
34 | +cms.getui.appsecret=JyVp1IH4AWAEb2PWhaCqXA | ||
35 | +cms.getui.mastersecret=lyT7C3exCG730j6u5GFUj1 | ||
36 | + | ||
37 | +mars.getui.appkey=lvd6oGCOCi7Rd9BJFRAmq | ||
38 | +mars.getui.appid=9BVxmH5UW58koOjglnhiZ3 | ||
39 | +mars.getui.appsecret=FkzFfHrnli5uC8LHQMBuG5 | ||
40 | +mars.getui.mastersecret=6lWE253RTH7zlOHWFszDi3 | ||
41 | + | ||
42 | +getui.host=http://sdk.open.api.igexin.com/apiex.htm | ||
43 | +getui.default.size=1000 | ||
44 | + | ||
45 | +#ios | ||
46 | +cms.push.ios.custom.key=data | ||
47 | +ios.password=123456 | ||
48 | + | ||
49 | +#send.task.batch.size | ||
50 | +send.task.batch.size=50 | ||
51 | + | ||
52 | +#web.content | ||
53 | +web.context=cms_push | ||
54 | + | ||
55 | +#push.devEnv | ||
56 | +mars.push.devEnv = false | ||
57 | +cms.push.devEnv = false |
autoconfig/test_ci/getKV.sh
0 → 100755
1 | +#!/bin/bash | ||
2 | +#key,val,filename | ||
3 | +path=$(pwd) | ||
4 | + | ||
5 | +for f in `ls $path | grep .properties` | ||
6 | +do | ||
7 | + cat $f | while read line | ||
8 | + do | ||
9 | + if [[ "${line:0:1}" != "#" && "$line" != "" ]];then | ||
10 | + key=$(echo $line | awk -F '=' '{print $1}' | sed "s/^[ \s]\{1,\}//g;s/[ \s]\{1,\}$//g") | ||
11 | + val=$(echo $line | awk -F '=' '{print $2}' | sed "s/^[ \s]\{1,\}//g;s/[ \s]\{1,\}$//g") | ||
12 | + echo "${key}>${val}>${f}" | ||
13 | + fi | ||
14 | + done | ||
15 | +done |
autoconfig/test_ci/gitPull.sh
0 → 100755
autoconfig/test_ci/gitPush.sh
0 → 100755
1 | +yoho.logs.level = WARN | ||
2 | +yoho.logs.basedir = /Data/logs/java | ||
3 | +yoho.logs.maxHistory = 2 | ||
4 | +yoho.logs.maxFileSize = 50MB | ||
5 | + | ||
6 | +yoho.env.javahome = /usr/local/java | ||
7 | +yoho.env.serverhome = /usr/local/tomcat | ||
8 | +yoho.env.servertype = tomcat | ||
9 | +yoho.env.productmode = PRODUCT | ||
10 | + | ||
11 | +file.saveDir=/Data/logs/java | ||
12 | + | ||
13 | +### ****************************** database *********************************** | ||
14 | + | ||
15 | + | ||
16 | +# cobar | ||
17 | +jdbc.mysql.cobar.username=yh_vpc_bak | ||
18 | +jdbc.mysql.cobar.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
19 | + | ||
20 | +jdbc.mysql.yhwechat.master=mysql-passport:3306 | ||
21 | +jdbc.mysql.yhwechat.slave=mysql-passport:3306 | ||
22 | +jdbc.mysql.yhwechat.username=yh_vpc_bak | ||
23 | +jdbc.mysql.yhwechat.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
24 | + | ||
25 | +jdbc.mysql.yhresource.username=yh_vpc_bak | ||
26 | +jdbc.mysql.yhresource.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
27 | + | ||
28 | + jdbc.mysql.yhshops.username=yh_vpc_bak | ||
29 | +jdbc.mysql.yhshops.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
30 | + | ||
31 | +# yh_orders | ||
32 | +jdbc.mysql.yhorders.username=yh_vpc_bak | ||
33 | +jdbc.mysql.yhorders.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
34 | + | ||
35 | +# yhb_operations | ||
36 | +jdbc.mysql.yhboperations.username=yh_vpc_bak | ||
37 | +jdbc.mysql.yhboperations.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
38 | + | ||
39 | +# yh_comment | ||
40 | +jdbc.mysql.yhcomment.username=yh_vpc_bak | ||
41 | +jdbc.mysql.yhcomment.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
42 | + | ||
43 | +#yhb_promotion | ||
44 | +jdbc.mysql.yhbpromotion.username=yh_vpc_bak | ||
45 | +jdbc.mysql.yhbpromotion.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
46 | + | ||
47 | +#yoho_sms配置读写分离 | ||
48 | +jdbc.mysql.yohosms.username=yh_vpc_bak | ||
49 | +jdbc.mysql.yohosms.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
50 | + | ||
51 | +#yh_inbox配置读写分离 | ||
52 | +jdbc.mysql.yhinbox.username=yh_vpc_bak | ||
53 | +jdbc.mysql.yhinbox.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
54 | + | ||
55 | +#yoho_logs配置读写分离, 暂时将表存在yoho_sms中 | ||
56 | +jdbc.mysql.yohologs.username=yh_vpc_bak | ||
57 | +jdbc.mysql.yohologs.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
58 | + | ||
59 | +#yoho_passport读写数据分离 | ||
60 | +jdbc.mysql.yohopassport.username=yh_vpc_bak | ||
61 | +jdbc.mysql.yohopassport.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
62 | + | ||
63 | +#yh_operations配置读写分离 | ||
64 | +jdbc.mysql.yhoperations.username=yh_vpc_bak | ||
65 | +jdbc.mysql.yhoperations.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
66 | + | ||
67 | +#yh_passport读写分离 | ||
68 | +jdbc.mysql.yhpassport.username=yh_vpc_bak | ||
69 | +jdbc.mysql.yhpassport.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
70 | + | ||
71 | +#yh_setting读写分离 | ||
72 | +jdbc.mysql.yhsetting.username=yh_vpc_bak | ||
73 | +jdbc.mysql.yhsetting.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
74 | + | ||
75 | +#yh_pay | ||
76 | +jdbc.mysql.pay.username=yh_vpc_bak | ||
77 | +jdbc.mysql.pay.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
78 | + | ||
79 | +#event | ||
80 | +jdbc.mysql.yhevents.username=yh_vpc_bak | ||
81 | +jdbc.mysql.yhevents.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
82 | + | ||
83 | + | ||
84 | +#event | ||
85 | +jdbc.mysql.yhcoupons.username=yh_vpc_bak | ||
86 | +jdbc.mysql.yhcoupons.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
87 | + | ||
88 | +#yh_consult | ||
89 | +jdbc.mysql.yhconsult.username=yh_vpc_bak | ||
90 | +jdbc.mysql.yhconsult.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
91 | + | ||
92 | +#unions | ||
93 | +jdbc.mysql.unions.username=yh_vpc_bak | ||
94 | +jdbc.mysql.unions.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
95 | + | ||
96 | +#model | ||
97 | +jdbc.mysql.yohopushcenter.username=yh_vpc_bak | ||
98 | +jdbc.mysql.yohopushcenter.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
99 | + | ||
100 | +jdbc.mysql.yhpush.username=yh_vpc_bak | ||
101 | +jdbc.mysql.yhpush.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
102 | + | ||
103 | +#yoho-activity | ||
104 | +jdbc.mysql.yohoactivity.username=yh_vpc_bak | ||
105 | +jdbc.mysql.yohoactivity.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
106 | + | ||
107 | +#yh_guang | ||
108 | +jdbc.mysql.yhguang.username=yh_vpc_bak | ||
109 | +jdbc.mysql.yhguang.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
110 | + | ||
111 | +#yhspecial | ||
112 | +jdbc.mysql.yhspecial.username=yh_vpc_bak | ||
113 | +jdbc.mysql.yhspecial.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
114 | + | ||
115 | +#yohood | ||
116 | +jdbc.mysql.yohood.username=yh_vpc_bak | ||
117 | +jdbc.mysql.yohood.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
118 | + | ||
119 | +#yohocrm | ||
120 | +jdbc.mysql.yohocrm.username=yh_vpc_bak | ||
121 | +jdbc.mysql.yohocrm.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
122 | + | ||
123 | +#erppassport | ||
124 | +jdbc.mysql.erppassport.username=yh_vpc_bak | ||
125 | +jdbc.mysql.erppassport.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
126 | +# ================ | ||
127 | + | ||
128 | +# yh_orders db split cobar的地址 | ||
129 | +jdbc.mysql.yhorderssplit.master=cobar:8066 | ||
130 | +jdbc.mysql.yhorderssplit.slave=cobar:8066 | ||
131 | +jdbc.mysql.yhorderssplit.slave2=cobar:8066 | ||
132 | +jdbc.mysql.yhorderssplit.slave3=cobar:8066 | ||
133 | +jdbc.mysql.yhorderssplit.username=yh_vpc_bak | ||
134 | +jdbc.mysql.yhorderssplit.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
135 | + | ||
136 | +jdbc.mysql.yhresource.master=mysql-cms:3306 | ||
137 | +jdbc.mysql.yhresource.slave=mysql-cms:3306 | ||
138 | + | ||
139 | +jdbc.mysql.yhshops.master=mysql-shops:3306 | ||
140 | +jdbc.mysql.yhshops.slave=mysql-shops:3306 | ||
141 | + | ||
142 | +#yhb_promotion_split db split | ||
143 | +jdbc.mysql.yhbpromotionsplit.master=cobar:8066 | ||
144 | +jdbc.mysql.yhbpromotionsplit.slave=cobar:8066 | ||
145 | +jdbc.mysql.yhbpromotionsplit.slave2=cobar:8066 | ||
146 | +jdbc.mysql.yhbpromotionsplit.slave3=cobar:8066 | ||
147 | +jdbc.mysql.yhbpromotionsplit.username=yh_vpc_bak | ||
148 | +jdbc.mysql.yhbpromotionsplit.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
149 | + | ||
150 | +# yh_orders | ||
151 | +jdbc.mysql.yhorders.master=mysql-orders:3306 | ||
152 | +jdbc.mysql.yhorders.slave=mysql-orders:3306 | ||
153 | + | ||
154 | +# yhb_operations | ||
155 | +jdbc.mysql.yhboperations.master=mysql-cms:3306 | ||
156 | +jdbc.mysql.yhboperations.slave=mysql-cms:3306 | ||
157 | + | ||
158 | +# yh_comment | ||
159 | +jdbc.mysql.yhcomment.master=mysql-cms:3306 | ||
160 | +jdbc.mysql.yhcomment.slave=mysql-cms:3306 | ||
161 | + | ||
162 | +#yhb_promotion | ||
163 | +jdbc.mysql.yhbpromotion.master=mysql-orders:3306 | ||
164 | +jdbc.mysql.yhbpromotion.slave=mysql-orders:3306 | ||
165 | + | ||
166 | +#yoho_sms配置读写分离 | ||
167 | +jdbc.mysql.yohosms.master=mysql-passport:3306 | ||
168 | +jdbc.mysql.yohosms.slave=mysql-passport:3306 | ||
169 | + | ||
170 | +#yh_inbox配置读写分离 | ||
171 | +jdbc.mysql.yhinbox.master=mysql-passport:3306 | ||
172 | +jdbc.mysql.yhinbox.slave=mysql-passport:3306 | ||
173 | + | ||
174 | +#yoho_logs配置读写分离, 暂时将表存在yoho_sms中 | ||
175 | +jdbc.mysql.yohologs.master=mysql-yohologs:3306 | ||
176 | + | ||
177 | +#yoho_passport读写数据分离 | ||
178 | +jdbc.mysql.yohopassport.master=mysql-passport:3306 | ||
179 | +jdbc.mysql.yohopassport.slave=mysql-passport:3306 | ||
180 | + | ||
181 | +#yh_operations配置读写分离 | ||
182 | +jdbc.mysql.yhoperations.master=mysql-cms:3306 | ||
183 | +jdbc.mysql.yhoperations.slave=mysql-cms:3306 | ||
184 | + | ||
185 | +#yh_passport读写分离 | ||
186 | +jdbc.mysql.yhpassport.master=mysql-passport:3306 | ||
187 | +jdbc.mysql.yhpassport.slave=mysql-passport:3306 | ||
188 | + | ||
189 | +#yh_setting读写分离 | ||
190 | +jdbc.mysql.yhsetting.master=mysql-cms:3306 | ||
191 | +jdbc.mysql.yhsetting.slave=mysql-cms:3306 | ||
192 | + | ||
193 | +#yh_pay | ||
194 | +jdbc.mysql.pay.master=mysql-orders:3306 | ||
195 | +jdbc.mysql.pay.slave=mysql-orders:3306 | ||
196 | + | ||
197 | +#event | ||
198 | +jdbc.mysql.yhevents.master=mysql-cms:3306 | ||
199 | +jdbc.mysql.yhevents.slave=mysql-cms:3306 | ||
200 | + | ||
201 | +#event | ||
202 | +jdbc.mysql.yhcoupons.master=mysql-orders:3306 | ||
203 | +jdbc.mysql.yhcoupons.slave=mysql-orders:3306 | ||
204 | + | ||
205 | +#yh_consult | ||
206 | +jdbc.mysql.yhconsult.master=mysql-cms:3306 | ||
207 | +jdbc.mysql.yhconsult.slave=mysql-cms:3306 | ||
208 | + | ||
209 | +#unions | ||
210 | +jdbc.mysql.unions.master=mysql-cms:3306 | ||
211 | +jdbc.mysql.unions.slave=mysql-cms:3306 | ||
212 | + | ||
213 | +#push center | ||
214 | +jdbc.mysql.yohopushcenter.master=mysql-passport:3306 | ||
215 | +jdbc.mysql.yohopushcenter.slave=mysql-passport:3306 | ||
216 | + | ||
217 | +#q_msg_system | ||
218 | +jdbc.mysql.yhpush.master=mysql-passport:3306 | ||
219 | +jdbc.mysql.yhpush.slave=mysql-passport:3306 | ||
220 | + | ||
221 | +#yoho_activity | ||
222 | +jdbc.mysql.yohoactivity.master=mysql-passport:3306 | ||
223 | +jdbc.mysql.yohoactivity.slave=mysql-passport:3306 | ||
224 | + | ||
225 | +#yh_guang | ||
226 | +jdbc.mysql.yhguang.master=mysql-cms:3306 | ||
227 | +jdbc.mysql.yhguang.slave=mysql-cms:3306 | ||
228 | + | ||
229 | +#yh_special | ||
230 | +jdbc.mysql.yhspecial.master=mysql-cms:3306 | ||
231 | +jdbc.mysql.yhspecial.slave=mysql-cms:3306 | ||
232 | + | ||
233 | +#yh_special | ||
234 | +jdbc.mysql.yhspecial.master=mysql-cms:3306 | ||
235 | +jdbc.mysql.yhspecial.slave=mysql-cms:3306 | ||
236 | + | ||
237 | +#yohood | ||
238 | +jdbc.mysql.yohood.master=mysql-yohood:3306 | ||
239 | +jdbc.mysql.yohood.slave=mysql-yohood:3306 | ||
240 | + | ||
241 | +#yohocrm | ||
242 | +jdbc.mysql.yohocrm.master=mysql-passport:3306 | ||
243 | +jdbc.mysql.yohocrm.slave=mysql-passport:3306 | ||
244 | + | ||
245 | +#erppassport | ||
246 | +jdbc.mysql.erppassport.master=mysql-erp:3306 | ||
247 | +jdbc.mysql.erppassport.slave=mysql-erp:3306 | ||
248 | + | ||
249 | + | ||
250 | +#erp_supplier | ||
251 | +jdbc.mysql.platform.erp_supplier.master = mysql-erp:3306 | ||
252 | +jdbc.mysql.platform.erp_supplier.password = hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
253 | +jdbc.mysql.platform.erp_supplier.slave = mysql-erp:3306 | ||
254 | +jdbc.mysql.platform.erp_supplier.username = yh_vpc_bak | ||
255 | +#yohobuy_task | ||
256 | +jdbc.mysql.kisjob.datasources=yh_distributed_task | ||
257 | +jdbc.mysql.kisjob.master=mysql-cms:3306 | ||
258 | +jdbc.mysql.kisjob.slave=mysql-cms:3306 | ||
259 | + | ||
260 | + | ||
261 | +#yhcommunity | ||
262 | +jdbc.mysql.yhcommunity.master=mysql-uic:3306 | ||
263 | +jdbc.mysql.yhcommunity.slave=mysql-uic:3306 | ||
264 | +jdbc.mysql.yhcommunity.username=yh_vpc_bak | ||
265 | +jdbc.mysql.yhcommunity.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
266 | + | ||
267 | + | ||
268 | +#yh social | ||
269 | +jdbc.mysql.yhsocial.master=mysql-social:3306 | ||
270 | +jdbc.mysql.yhsocial.slave=mysql-social:3306 | ||
271 | +jdbc.mysql.yhsocial.username=yh_vpc_bak | ||
272 | +jdbc.mysql.yhsocial.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
273 | + | ||
274 | +#yh_cms | ||
275 | +jdbc.mysql.yh_cms.master=mysql-cms:3306 | ||
276 | +jdbc.mysql.yh_cms.slave=mysql-cms:3306 | ||
277 | +jdbc.mysql.yh_cms.username=yh_vpc_bak | ||
278 | +jdbc.mysql.yh_cms.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
279 | + | ||
280 | +#sso | ||
281 | +jdbc.mysql.yhuuc.master=mysql-yhuuc:3306 | ||
282 | +jdbc.mysql.yhuuc.slave=mysql-yhuuc:3306 | ||
283 | +jdbc.mysql.yhuuc.username=yh_vpc_bak | ||
284 | +jdbc.mysql.yhuuc.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
285 | + | ||
286 | +#yhlottery | ||
287 | +jdbc.mysql.yhlottery.master=mysql-yhlottery:3306 | ||
288 | +jdbc.mysql.yhlottery.slave=mysql-yhlottery:3306 | ||
289 | +jdbc.mysql.yhlottery.username=yh_vpc_bak | ||
290 | +jdbc.mysql.yhlottery.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
291 | + | ||
292 | +readOnlyInSlave=false | ||
293 | + | ||
294 | +# monogdb | ||
295 | +mongo.inbox.dbname = inbox | ||
296 | +mongo.inbox.host = mongo.yohoops.org | ||
297 | +mongo.inbox.port = 27017 | ||
298 | + | ||
299 | + | ||
300 | +#search-db | ||
301 | +jdbc.mysql.yhbsearch.datasources=yhb_search | ||
302 | +jdbc.mysql.yhbsearch.master=mysql-search:3306 | ||
303 | +jdbc.mysql.yhbsearch.slave=mysql-search:3306 | ||
304 | +jdbc.mysql.yhbsearch.username=yh_vpc_bak | ||
305 | +jdbc.mysql.yhbsearch.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
306 | + | ||
307 | +# search-es | ||
308 | +search.es.cluster.name = yohosearch_test | ||
309 | +search.es.servers = es:9300 | ||
310 | +search.index.number_of_replicas = 4 | ||
311 | +search.index.refresh_interval = 10s | ||
312 | +search.index.translog.flush_threshold_ops = 5000 | ||
313 | +search.index.translog.flush_threshold_size = 1000mb | ||
314 | + | ||
315 | +# search-mq | ||
316 | +search.mq.server=mq-common | ||
317 | +search.mq.port=5672 | ||
318 | +search.mq.username=yoho | ||
319 | +search.mq.password=yoho | ||
320 | +search.mq.exchange=yoho_search | ||
321 | +search.mq.virtualHost=/ | ||
322 | + | ||
323 | +#for crm read db | ||
324 | +jdbc.mysql.yohopassport.onlyslave=mysql-passport:3306 | ||
325 | +jdbc.mysql.yhpassport.onlyslave=mysql-passport:3306 | ||
326 | +jdbc.mysql.yhshops.onlyslave=mysql-shops:3306 | ||
327 | +jdbc.mysql.yhoperations.onlyslave=mysql-cms:3306 | ||
328 | +jdbc.mysql.yh.username=yh_vpc_bak | ||
329 | +jdbc.mysql.yh.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
330 | + | ||
331 | +##### **************************************** common properties ****************************************************** | ||
332 | + | ||
333 | + | ||
334 | + | ||
335 | +cache.servers.gateway.level1.address = java-yoho-gateway:21211 | ||
336 | +cache.servers.gateway.level1.expire = 1800 | ||
337 | +cache.servers.gateway.level2.address = java-yoho-gateway:21212 | ||
338 | +cache.servers.gateway.level2.expire = 43200 | ||
339 | + | ||
340 | +cache.servers.union.address = java-yoho-gateway:21211 | ||
341 | + | ||
342 | +ip.port.search.server = java-yoho-search-service:8080 | ||
343 | + | ||
344 | +qiniu.accesskey = atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m | ||
345 | +qiniu.bucket = yhfair | ||
346 | +qiniu.domain = http://yhfair.qiniudn.com | ||
347 | +qiniu.secretkey = pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm | ||
348 | + | ||
349 | +# old redis | ||
350 | +redis.proxy.address = twemproxy-nosync | ||
351 | +redis.proxy.auth = | ||
352 | +redis.proxy.port = 63790 | ||
353 | + | ||
354 | +redis.readonly.proxy.address = twemproxy-nosync | ||
355 | +redis.readonly.proxy.auth = | ||
356 | +redis.readonly.proxy.port = 63790 | ||
357 | + | ||
358 | +redis.notsync.twemproxy.addresses = twemproxy-nosync:63790 | ||
359 | +redis.notsync.twemproxy.auth= | ||
360 | + | ||
361 | +# union redis | ||
362 | +redis.union.address = twemproxy-nosync | ||
363 | +redis.union.auth = | ||
364 | +redis.union.port = 63790 | ||
365 | + | ||
366 | +# outter big data redis | ||
367 | +bigDataRedis.proxy.address=twemproxy-bigdata | ||
368 | +bigDataRedis.proxy.port=63790 | ||
369 | +bigDataRedis.proxy.auth= | ||
370 | + | ||
371 | +# outter big data redis push | ||
372 | +bigDataRedis-push.proxy.address=twemproxy-bigdata | ||
373 | +bigDataRedis-push.proxy.port=63790 | ||
374 | +bigDataRedis-push.proxy.auth= | ||
375 | + | ||
376 | +redis.union.proxy.address=twemproxy-nosync | ||
377 | +redis.union.proxy.port=63790 | ||
378 | +redis.union.proxy.auth= | ||
379 | + | ||
380 | +redis.union.readonly.proxy.address=twemproxy-nosync | ||
381 | +redis.union.readonly.proxy.port=63790 | ||
382 | +redis.union.readonly.proxy.auth= | ||
383 | + | ||
384 | +# search-redis | ||
385 | +redis.search.proxy.address=twemproxy-nosync | ||
386 | +redis.search.proxy.port=63790 | ||
387 | +redis.search.proxy.auth= | ||
388 | + | ||
389 | +#bigDataRedis-search | ||
390 | +bigDataRedis-search.proxy.address=twemproxy-bigdata | ||
391 | +bigDataRedis-search.proxy.port= 63790 | ||
392 | +bigDataRedis-search.proxy.auth= | ||
393 | + | ||
394 | +## rabbitmq configure | ||
395 | +rabbit_host = mq-common:5672 | ||
396 | +rabbit_user = yoho | ||
397 | +rabbit_password = yoho | ||
398 | + | ||
399 | +########## common rabbitmq ########## | ||
400 | +#aws | ||
401 | +rabbit_common_aws = mq-common:5672 | ||
402 | +rabbit_common_aws_user = yoho | ||
403 | +rabbit_common_aws_password = yoho | ||
404 | + | ||
405 | |||
406 | +rabbit_common_qq = mq-common:5672 | ||
407 | +rabbit_common_qq_user = yoho | ||
408 | +rabbit_common_qq_password = yoho | ||
409 | + | ||
410 | +# local, maybe producer using this. | ||
411 | +rabbit_common = mq-common:5672 | ||
412 | +rabbit_common_user = yoho | ||
413 | +rabbit_common_password = yoho | ||
414 | +##########common rabbitmq ########## | ||
415 | + | ||
416 | + | ||
417 | +#cache clear rabbitmq | ||
418 | +rabbit.cacheclean.producer.host = mq-common:5672 | ||
419 | +rabbit.cacheclean.consumer.host = mq-common:5672 | ||
420 | + | ||
421 | +# message center rabbit host | ||
422 | +rabbit_message_center = mq-common:5672 | ||
423 | +rabbit_message_center_user = yoho | ||
424 | +rabbit_message_center_password = yoho | ||
425 | +rabbit_message_center_vhost = yoho | ||
426 | + | ||
427 | + | ||
428 | +rabbit_union=mq-common:5672 | ||
429 | +rabbit_union_user=yoho | ||
430 | +rabbit_union_password=yoho | ||
431 | +rabbit_union_vhost=yoho | ||
432 | + | ||
433 | +crf.service.url=https://osprec-ci.crfchina.com | ||
434 | + | ||
435 | +gateway.domain.url = http://openresty-java | ||
436 | +Gateway_URL=http://java-yoho-gateway:8080/gateway | ||
437 | +yoho.message.controller.url=http://java-yoho-message:8087/yoho-message-controller | ||
438 | + | ||
439 | +zkAddress=zk:2181 | ||
440 | + | ||
441 | +# change to order.run-host.yohoops.org later | ||
442 | +order.task.host=java-yohobuy-order | ||
443 | + | ||
444 | +APP_KEY = 1392109259 | ||
445 | +APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e | ||
446 | +UUC_DOMAIN = http://java-uic | ||
447 | + | ||
448 | + #从qcloud拷贝而来 | ||
449 | +redis.brower.proxy.address = twemproxy-brower | ||
450 | +redis.brower.proxy.port = 63790 | ||
451 | +redis.brower.proxy.auth = | ||
452 | + | ||
453 | +redis.brower.readonly.proxy.address = twemproxy-brower | ||
454 | +redis.brower.readonly.proxy.port = 63790 | ||
455 | +redis.brower.readonly.proxy.auth = | ||
456 | + | ||
457 | + | ||
458 | +#single cloud not sync redis | ||
459 | +single.cloud.redis.proxy.address=twemproxy-nosync | ||
460 | +single.cloud.redis.proxy.port=63790 | ||
461 | +single.cloud.redis.proxy.auth= | ||
462 | + | ||
463 | +#single cloud not sync redis | ||
464 | +single.cloud.redis.readonly.proxy.address=twemproxy-nosync | ||
465 | +single.cloud.redis.readonly.proxy.port=63790 | ||
466 | +single.cloud.redis.readonly.proxy.auth= | ||
467 | + | ||
468 | + | ||
469 | + | ||
470 | +## mq or call erp | ||
471 | +erp.message.sync.type=MQ | ||
472 | + | ||
473 | +#发短信配置项 | ||
474 | +sendSMS.password=7jVEde87bLffoTnt6tGxmw== | ||
475 | + | ||
476 | + | ||
477 | +## service call timeout | ||
478 | +service.call.connectReqTimeout=30000 | ||
479 | +service.call.socketTimeout=30000 | ||
480 | +service.call.connectTimeout=30000 | ||
481 | +hystrix.timeout=30000 | ||
482 | + | ||
483 | +trace.exporter.enable = false | ||
484 | + | ||
485 | + | ||
486 | +exhibition.ticket.couponid=13272 | ||
487 | +package.ticket.couponid=13270 | ||
488 | +package.ticket.more.couponid=13268 | ||
489 | + | ||
490 | +default.http.type = http | ||
491 | + | ||
492 | +erp.shop.web.url=http://erp-api:9098 | ||
493 | + | ||
494 | +#yoho-message配置读写分离 | ||
495 | +jdbc.mysql.yhmessage.master=mysql-message:3306 | ||
496 | +jdbc.mysql.yhmessage.slave=mysql-message:3306 | ||
497 | +jdbc.mysql.yhmessage.username=yh_vpc_bak | ||
498 | +jdbc.mysql.yhmessage.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
499 | + | ||
500 | +jdbc.mysql.platform.erp_orders.slave=mysql-orders:3306 | ||
501 | + | ||
502 | +#erp-orders配置读写分离 | ||
503 | +jdbc.mysql.platform.erp_orders.master=mysql-orders:3306 | ||
504 | +jdbc.mysql.platform.erp_orders.slave=mysql-orders:3306 | ||
505 | +jdbc.mysql.platform.erp_orders.username=yh_vpc_bak | ||
506 | +jdbc.mysql.platform.erp_orders.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh | ||
507 | + | ||
508 | + |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
3 | +yoho.cms_push.env.namespace = cms_push | ||
4 | +yoho.cms_push.env.serverport = 6 | ||
5 | +yoho.cms_push.env.webapphome = /home/test/yohoJavaApp/mars_push/deploy/target | ||
6 | + | ||
7 | +#debug_enable | ||
8 | +is_debug_enable=false | ||
9 | + | ||
10 | +redis.pool.maxTotal=200 | ||
11 | +redis.pool.maxIdle=100 | ||
12 | +redis.pool.minIdle=30 | ||
13 | +redis.pool.maxWaitMillis=10000 | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | +#getui | ||
18 | +cms.getui.appkey=6mTvGCuFmG61NjZfrHIs24 | ||
19 | +cms.getui.appid=TlIHUfi2I66b0DqEfsbjG2 | ||
20 | +cms.getui.appsecret=JyVp1IH4AWAEb2PWhaCqXA | ||
21 | +cms.getui.mastersecret=lyT7C3exCG730j6u5GFUj1 | ||
22 | + | ||
23 | +mars.getui.appkey=lvd6oGCOCi7Rd9BJFRAmq | ||
24 | +mars.getui.appid=9BVxmH5UW58koOjglnhiZ3 | ||
25 | +mars.getui.appsecret=FkzFfHrnli5uC8LHQMBuG5 | ||
26 | +mars.getui.mastersecret=6lWE253RTH7zlOHWFszDi3 | ||
27 | + | ||
28 | +getui.host=http://sdk.open.api.igexin.com/apiex.htm | ||
29 | +getui.default.size=1000 | ||
30 | + | ||
31 | +#ios | ||
32 | +cms.push.ios.custom.key=data | ||
33 | +ios.password=123456 | ||
34 | + | ||
35 | +#send.task.batch.size | ||
36 | +send.task.batch.size=50 | ||
37 | + | ||
38 | +#web.content | ||
39 | +web.context=cms_push |
autoconfig/test_ci/replaceAutoconfig.sh
0 → 100755
1 | +#!/bin/bash | ||
2 | + | ||
3 | +#AUTOCONFIG_PATH=/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2 | ||
4 | +AUTOCONFIG_PATH=$(pwd) | ||
5 | + | ||
6 | +for file in $AUTOCONFIG_PATH/*.properties | ||
7 | +do | ||
8 | +SYS_NAME=$(echo $file | awk -F "${AUTOCONFIG_PATH}/" '{print $2}' | awk -F '-autoconfig' '{print $1}') | ||
9 | + | ||
10 | +sed -i "s/autoconfig.properties.sharedAutoconfig.*/autoconfig.properties.sharedAutoconfig = file:\/home\/test\/auto_deploy_test\/autoconfig\/test_performance\/global-autoconfig.properties/g" $file | ||
11 | + | ||
12 | +sed -i "s/.env.webapphome.*/.env.webapphome = \/home\/test\/yohoJavaApp\/${SYS_NAME}\/deploy\/target/g" $file | ||
13 | + | ||
14 | +echo "$SYS_NAME done!" | ||
15 | +done | ||
16 | + | ||
17 | +echo "ALL DONE" | ||
18 | +echo "不包含yohoJavaApp test_performance的............" | ||
19 | + | ||
20 | +cd $AUTOCONFIG_PATH | ||
21 | +find ./ -name "*.properties" | xargs grep -e "autoconfig.properties.sharedAutoconfig" -e ".env.webapphome" | grep -v yohoJavaApp | grep -v test_performance |
autoconfig/test_ci/uic-autoconfig.properties
0 → 100644
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +gateway.api.url = http://api.yoho.yohoops.org | ||
6 | + | ||
7 | +uic_userInfoRest_enable = true | ||
8 | + | ||
9 | +is_debug_enable=false | ||
10 | + | ||
11 | +yoho.uic.env.namespace = uic | ||
12 | +yoho.uic.env.serverport = 6 | ||
13 | +yoho.uic.env.webapphome = /home/test/yohoJavaApp/uic/deploy/target |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +java.logs.home = /Data/logs | ||
6 | + | ||
7 | +jdbc.mysql.readonlyinslave = false | ||
8 | + | ||
9 | +yoho.portal.env.productmode = PRODUCT | ||
10 | +yoho.portal.env.serverport = 9 | ||
11 | +yoho.portal.env.webapphome = /home/test/yohoJavaApp/yoho-admin-portal/deploy/target | ||
12 | + | ||
13 | +yohobuy.portal.env.namespace = yoho-admin-portal |
1 | +applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify | ||
2 | + | ||
3 | +autoconfig.properties = sharedAutoconfig | ||
4 | + | ||
5 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
6 | + | ||
7 | +degrade_articleNotice_level = 0 | ||
8 | +degrade_complaintsCount_level = 0 | ||
9 | +degrade_complaintsList_level = 0 | ||
10 | +degrade_likeBrand_level = 0 | ||
11 | +degrade_myIndex_level = 0 | ||
12 | +degrade_redpacketInfo_level = 0 | ||
13 | +degrade_redpacketList_level = 0 | ||
14 | +degrade_redpacket_level = 0 | ||
15 | +degrade_redutionCount_level = 0 | ||
16 | +degrade_shareBrandInfo_level = 0 | ||
17 | +degrade_shareGuang_level = 0 | ||
18 | +degrade_userHabits_level = 0 | ||
19 | + | ||
20 | +erp.gateway.url = http://gateway.erp.yohoops.org/erp-gateway-web/ | ||
21 | + | ||
22 | +erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status | ||
23 | + | ||
24 | +erp.shops.batch.center.url = http://gateway.erp.yohoops.org/erp-gateway-web/stock/get_batch_center_stock | ||
25 | +erp.shops.batch.url = http://gateway.erp.yohoops.org/erp-gateway-web/stock/get_batch_stock | ||
26 | +erp.shops.url = http://gateway.erp.yohoops.org/erp-gateway-web/stock/get_stock | ||
27 | + | ||
28 | +file.uploadTempDir = /Data | ||
29 | + | ||
30 | +is_checksession_enable = true | ||
31 | +is_debug_enable = false | ||
32 | + | ||
33 | +line.shops.url = http://192.168.102.47:8098/shops | ||
34 | + | ||
35 | +login.skip.modify.weakPwd = Y | ||
36 | + | ||
37 | +message.inboxNum.expire = 120 | ||
38 | + | ||
39 | +password.aes.key = yoho9646yoho9646 | ||
40 | +password.aes.key2 = yohoapp9yohoapp9 | ||
41 | + | ||
42 | +photoSearch.access.key.id = 7343a192140f25a59c53dab5652f5f47 | ||
43 | + | ||
44 | +photoSearch.secret.key = 45c1ce98ee6b4701d55802989ba240f4 | ||
45 | + | ||
46 | +photoSearch.service.id = tvn7882z | ||
47 | + | ||
48 | +platform.service.url = http://api.platform.yohoops.org:8088/platform | ||
49 | + | ||
50 | +portalGateway.ipad.key = ad9fcda2e679cf9229e37feae2cdcf80 | ||
51 | + | ||
52 | +portalGateway.service.url = http://api.store.yohoops.org/portal-gateway | ||
53 | + | ||
54 | +qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify | ||
55 | + | ||
56 | +student.discount.rate = 0.9 | ||
57 | + | ||
58 | +unionpay.notifyurl = https://service.yoho.cn/payment/unionpay_newnotify | ||
59 | + | ||
60 | +users.browse.appVersion = 4.1.0.*** | ||
61 | +users.browse.expire = 7776000 | ||
62 | +users.browse.numPerUser = 200 | ||
63 | +users.browse.sync = true | ||
64 | + | ||
65 | +wechat.app.newnotifyurl = http://service.yoho.cn/payment/weixin_notify | ||
66 | +wechat.app.notifyurl = http://service.yoho.cn/payment/wechat_notify | ||
67 | + | ||
68 | +wechat.wap.notifyurl = http://service.yoho.cn/payment/wechatwap_notify | ||
69 | + | ||
70 | +yoho.gateway.env.namespace = gateway | ||
71 | +yoho.gateway.env.serverport = 0 | ||
72 | +yoho.gateway.env.webapphome = /home/test/yohoJavaApp/yoho-gateway/deploy/target |
1 | +jdbc.mysql.readonlyinslave=true | ||
2 | +autoconfig.properties = sharedAutoconfig | ||
3 | +is_debug_enable=false | ||
4 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
5 | + | ||
6 | +yohomars.env.namespace = yohomars | ||
7 | +yohomars.env.serverport = 72 | ||
8 | +yohomars.env.webapphome = /home/test/yohoJavaApp/yoho-mars/deploy/target | ||
9 | + | ||
10 | +zkAddress = zk01.yohoops.org:2181 | ||
11 | +uic.api.host=http://uic.yoho.cn/uic | ||
12 | +redis.notsync.twemproxy.addresses = 172.31.50.185:6379 | ||
13 | +redis.proxy.address = 172.31.50.185 | ||
14 | +redis.readonly.proxy.address = 172.31.50.185 | ||
15 | + | ||
16 | +rabbit_host = rabbitmq01.yohoops.org:5672 | ||
17 | +mars.task.switch=true | ||
18 | +exchange.cur.appkey=8154ce96f69f2bb7755b9f477091d3d7 | ||
19 | + | ||
20 | +WECHAT_APPID=wx9d0d7dfed5bbaa8b | ||
21 | +WECHAT_APPSECRET=3d37f946bca59a8c082ee8111adf6c6c | ||
22 | + | ||
23 | +youzan.open.platform.url=https://open.youzan.com |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +jdbc.mysql.readonlyinslave = true | ||
6 | + | ||
7 | +yoho.message.env.namespace = message | ||
8 | +yoho.message.env.serverport = 6 | ||
9 | +yoho.message.env.webapphome = /home/test/yohoJavaApp/yoho-message/deploy/target | ||
10 | +browse.service.url = http://api.brower.yohoops.org:8092/brower/ | ||
11 | + | ||
12 | +mobile.limit.sendTimes=50 |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
3 | + | ||
4 | +jdbc.mysql.readonlyinslave = true | ||
5 | +yoho.messagecontroller.env.namespace = yoho-message-controller | ||
6 | +yoho.messagecontroller.env.serverport = 7 | ||
7 | +yoho.messagecontroller.env.webapphome = /home/test/yohoJavaApp/yoho-message-controller/deploy/target | ||
8 | + | ||
9 | +##push redis | ||
10 | +redis.push.address=172.31.24.77 | ||
11 | +redis.push.port=16379 | ||
12 | +redis.push.auth= | ||
13 | + | ||
14 | +redis.pool.maxTotal=200 | ||
15 | +redis.pool.maxIdle=100 | ||
16 | +redis.pool.minIdle=30 | ||
17 | +redis.pool.maxWaitMillis=10000 |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
3 | + | ||
4 | +jdbc.mysql.readonlyinslave = true | ||
5 | +yoho.messagesender.env.namespace = yoho-message-sender | ||
6 | +yoho.messagesender.env.serverport = 5 | ||
7 | +yoho.messagesender.env.webapphome = /home/test/yohoJavaApp/yoho-message-sender/deploy/target | ||
8 | + | ||
9 | +##push redis | ||
10 | +redis.push.address=172.31.24.77 | ||
11 | +redis.push.port=16379 | ||
12 | +redis.push.auth= | ||
13 | + | ||
14 | +#redis pool | ||
15 | +redis.pool.maxTotal=200 | ||
16 | +redis.pool.maxIdle=100 | ||
17 | +redis.pool.minIdle=30 | ||
18 | +redis.pool.maxWaitMillis=10000 | ||
19 | + | ||
20 | +#message.sender.isDev | ||
21 | +message.sender.isDev=false |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +boy.cn.site.url = http://www.yohoboys.com | ||
6 | +girl.cn.site.url = http://hk.yohoboys.com | ||
7 | + | ||
8 | +#hongkong site main | ||
9 | +boy.hk.site.url = http://www.yohogirls.com | ||
10 | +girl.hk.site.url = http://nk.yohogirls.com | ||
11 | + | ||
12 | +is_debug_enable = false | ||
13 | + | ||
14 | +mag.service.url = http://h5.myoho.net/index.php?r=Apiemag | ||
15 | + | ||
16 | +rabbit_host = rabbitmq01.yohoops.org:5672 | ||
17 | + | ||
18 | +redis.notsync.twemproxy.addresses = 172.31.50.185:6379 | ||
19 | + | ||
20 | +redis.proxy.address = 172.31.50.185 | ||
21 | + | ||
22 | +redis.readonly.proxy.address = 172.31.50.185 | ||
23 | + | ||
24 | +uic.service.url = http://uic.yohoops.org:8096/uic | ||
25 | + | ||
26 | +yohonow.env.namespace = yohonow | ||
27 | +yohonow.env.serverport = 1 | ||
28 | +yohonow.env.webapphome = /home/test/yohoJavaApp/yoho-now/deploy/target | ||
29 | + | ||
30 | +zkAddress = zk01.yohoops.org:2181 | ||
31 | + | ||
32 | +rabbit.cacheclean.producer.host=rabbitmq01.yohoops.org:5672 | ||
33 | +rabbit.cacheclean.consumer.host=rabbitmq01.yohoops.org:5672 | ||
34 | + | ||
35 | +social.domain.url=http://social.yoho.cn/social | ||
36 | + | ||
37 | +is_task_enbale=true | ||
38 | + | ||
39 | +yohoboys.res.url=http://res.yohoboys.com | ||
40 | + | ||
41 | +qiniu.domain=http://img01.yohoboys.com | ||
42 | +qiniu.accesskey=cY9B5ZgON_7McTS5zV5nTeRyQ98MOcVD7W4eGVbE | ||
43 | +qiniu.secretkey=RduqgmK7cAtaQvdIa1ax_zzmMsnv9ac-Ka0uF6wG | ||
44 | +qiniu.bucket=cmsimg01 |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
3 | + | ||
4 | +yoho.push.env.namespace = push | ||
5 | +yoho.push.env.serverport = 9 | ||
6 | +yoho.push.env.webapphome = /home/test/yohoJavaApp/yoho-push/deploy/target | ||
7 | + | ||
8 | +##just for push | ||
9 | +#jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306 | ||
10 | +jdbc.mysql.yhpush.master=write.cms.yohoops.org:3306 | ||
11 | +jdbc.mysql.yhpush.slave=dbs.slave.yohoops.org:3306 | ||
12 | +jdbc.mysql.yhpush.username=yh_vpc_bak | ||
13 | +jdbc.mysql.yhpush.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= | ||
14 | + | ||
15 | +##push redis | ||
16 | +redis.push.address=172.31.24.77 | ||
17 | +redis.push.port=16379 | ||
18 | +redis.push.auth= | ||
19 | + | ||
20 | +redis.pool.maxTotal=200 | ||
21 | +redis.pool.maxIdle=100 | ||
22 | +redis.pool.minIdle=30 | ||
23 | +redis.pool.maxWaitMillis=10000 | ||
24 | + | ||
25 | +send.task.batch.size = 100 | ||
26 | + | ||
27 | +getui.appid = Rzwp6SnIbr5U7sgaxVsLA8 | ||
28 | +getui.appkey = jYlLaLbRm972pOzZx5pzQA | ||
29 | +getui.appsecret = RF2JGk8cPt7Q9WZMx3QPBA | ||
30 | +getui.default.size = 1000 | ||
31 | +getui.host = http://sdk.open.api.igexin.com/apiex.htm | ||
32 | +getui.mastersecret = iQ6Z7sbDge9I5vHOBI5iA2 | ||
33 | + | ||
34 | +ios.keystore=/yoho_online.p12 | ||
35 | +ios.password=yoho9646push | ||
36 | +push.ios.custom.key=custom_content | ||
37 | + | ||
38 | +##huawei config | ||
39 | +huawei.appkey=s5qoek5zsohcut3ki4lr9shlosmb0rvu | ||
40 | +huawei.appid=10273886 | ||
41 | +huawei.password=123456 | ||
42 | + |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +yoho.search.adaptor.env.serverport = 5 | ||
6 | +yoho.search.adaptor.env.webapphome = /home/test/yohoJavaApp/yoho-search-adaptor/deploy/target | ||
7 | +yoho.search.adaptor.env.namespace = yoho-search-adaptor | ||
8 | + | ||
9 | +tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/ | ||
10 | + | ||
11 | +web.context = yohosearchadaptor | ||
12 | + | ||
13 | +ip.port.search.server = search.yohoops.org | ||
14 | +jdbc.mysql.yhshops.datasources = yh_shops | ||
15 | + | ||
16 | +jdbc.mysql.yhshops.master = write.shops.yohoops.org:3306 | ||
17 | +jdbc.mysql.yhshops.slave = read.shops.yohoops.org:3306 | ||
18 | +jdbc.mysql.yhshops.username = yh_vpc_bak | ||
19 | +jdbc.mysql.yhshops.password = +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
3 | + | ||
4 | +yoho.search.consumer.env.namespace = search-consumer | ||
5 | +yoho.search.consumer.env.serverport = 8 | ||
6 | +yoho.search.consumer.env.webapphome = /home/test/yohoJavaApp/yoho-search-consumer/deploy/target | ||
7 | + | ||
8 | +#search-tbl | ||
9 | +tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/ | ||
10 | + | ||
11 | +#search-adaptor | ||
12 | +tpl.adaptor.valid = false | ||
13 | +tpl.adaptor.domain = http://search.adaptor.yohoops.org:8085/yoho-search-adaptor | ||
14 | + | ||
15 | +#build.productindex.use.code | ||
16 | +build.productindex.use.code=true | ||
17 | + | ||
18 | +#build.storageskuindex.use.code | ||
19 | +build.storageskuindex.use.code=true | ||
20 | + | ||
21 | +#consumer index config | ||
22 | +search.index.batch.limit=2500 | ||
23 | +search.index.batch.max.thread.size=5 | ||
24 | + | ||
25 | +#suggest count | ||
26 | +suggestion.count.batch.limit=300 | ||
27 | +suggestion.count.batch.max.thread.size=1 | ||
28 | +suggestion.discover.batch.limit=500 | ||
29 | +suggestion.discover.batch.max.thread.size=3 | ||
30 | +suggestion.count.agg.size=10000 | ||
31 | +suggestion.count.agg.mindoc=5 |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
3 | + | ||
4 | +yoho.search.producer.env.namespace = search-producer | ||
5 | +yoho.search.producer.env.serverport = 9 | ||
6 | +yoho.search.producer.env.webapphome = /home/test/yohoJavaApp/yoho-search-producer/deploy/target | ||
7 | + | ||
8 | +## search configuration begin | ||
9 | + | ||
10 | +//canal | ||
11 | +canal.hostType=zkCluster | ||
12 | +canal.server.port=zk01.yohoops.org:2181,zk02.yohoops.org:2181,zk03.yohoops.org:2181,zk04.yohoops.org:2181,zk05.yohoops.org:2181 | ||
13 | + | ||
14 | +##canal-shop | ||
15 | +canal.destination.shop=shops | ||
16 | +canal.subscribeChannel.shop=yh_shops.brand,yh_shops.goods,yh_shops.goods_images,yh_shops.product,yh_shops.product_color,yh_shops.product_sort,yh_shops.product_standard_relation,yh_shops.product_style_relation,yh_shops.size,yh_shops.storage,yh_shops.standard,yh_shops.style,yh_shops.product_activities_link,yh_shops.product_search,yh_shops.parameter_make,yh_shops.search_action,yh_shops.product_keywords,yh_shops.product_price_plan,yh_shops.product_timing,yh_shops.shops,yh_shops.shops_brands,yh_shops.sales_category,yh_shops.product_attribute_property_values,yh_shops.videos | ||
17 | + | ||
18 | +##canal-operation | ||
19 | +canal.destination.operation=operations | ||
20 | +canal.subscribeChannel.operation=yhb_operations.activity_product,yhb_operations.es_word_def,yhb_operations.suggest_conversion_custom,yhb_operations.suggest_word_custom,yhb_operations.score_rule,yhb_operations.score_skn_rule,yhb_operations.skn_block | ||
21 | + | ||
22 | +##cancal-erpproduct | ||
23 | +canal.destination.erpproduct=erpproduct | ||
24 | +canal.subscribeChannel.erpproduct=erp_product.product_pool_detail,erp_product.product_ext,erp_product.product_attribute,erp_product.product_price | ||
25 | + | ||
26 | +##cancal-erpcustomerservice | ||
27 | +canal.destination.erpcustomerservice=erpcustomerservice | ||
28 | +canal.subscribeChannel.erpcustomerservice=erp_customer_service.robot_question | ||
29 | + | ||
30 | +##cancal-helper | ||
31 | +canal.destination.helper=helper | ||
32 | +canal.subscribeChannel.helper=yh_helper.helper | ||
33 | + | ||
34 | +##cancal-yhgeditor | ||
35 | +canal.destination.yhgeditor=yhgeditor | ||
36 | +canal.subscribeChannel.yhgeditor=yhg_editor.tbl_brand,yhg_editor.tbl_site,yhg_editor.tbl_sort | ||
37 | + | ||
38 | +##cancal-yhgproduct | ||
39 | +canal.destination.yhgproduct=yhgproduct | ||
40 | +canal.subscribeChannel.yhgproduct=yhg_product.tbl_product,yhg_product.tbl_product_skc,yhg_product.tbl_product_sku | ||
41 | + | ||
42 | +##canal-promotion | ||
43 | +canal.destination.promotion=promotion | ||
44 | +canal.subscribeChannel.promotion=yhb_promotion.promotion_info,yhb_promotion.promotion_params,yhb_promotion.promotion_product_flags |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
3 | + | ||
4 | +yoho.search.service.env.namespace = yohosearch | ||
5 | +yoho.search.service.env.serverport = 0 | ||
6 | +yoho.search.service.env.webapphome = /home/test/yohoJavaApp/yoho-search-service/deploy/target | ||
7 | + | ||
8 | +yoho.logs.level = WARN | ||
9 | +yoho.logs.maxHistory = 10 | ||
10 | + | ||
11 | +##tpl adaptor | ||
12 | +tpl.adaptor.valid = false | ||
13 | + | ||
14 | +##search.use.cache[ehCache/searchRedis/yohoRedis] | ||
15 | +search.use.cache = true | ||
16 | +search.cache.type = searchRedis | ||
17 | + | ||
18 | +search.open.downgrade = true | ||
19 | +search.personalized.switch = true | ||
20 | +search.personalized.max.should = 50 | ||
21 | + | ||
22 | +search.multiMatchQuery.type=CROSS_FIELDS |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +java.logs.home = /Data/logs | ||
6 | + | ||
7 | +yoho.sns.env.namespace = sns | ||
8 | +yoho.sns.env.serverport = 2 | ||
9 | +yoho.sns.env.webapphome = /home/test/yohoJavaApp/yoho-sns/deploy/target | ||
10 | + | ||
11 | +browse.service.url = http://api.brower.yohoops.org:8092/brower/ | ||
12 | + | ||
13 | +m.yohoblk.com=http://m.yohoblk.com | ||
14 | +www.yohoblk.com=http://www.yohoblk.com |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +platform.login.url = http://serve.erp.yohoops.org/service/account/v1/Profile/login | ||
6 | + | ||
7 | +social.domain = http://social.yoho.cn | ||
8 | + | ||
9 | +uic.service.url = http://uic.yohoops.org:8096/uic/ | ||
10 | + | ||
11 | +yohoboy.service.url = http://new.yohoboys.com/yohoboyins/v5/channel | ||
12 | + | ||
13 | +gateway.service.url = http://service.yoho.yohoops.org/ | ||
14 | +gateway.api.url = http://api.yoho.yohoops.org/ | ||
15 | + | ||
16 | +yoho.social.env.namespace = social | ||
17 | +yoho.social.env.serverport = 5 | ||
18 | +yoho.social.env.webapphome = /home/test/yohoJavaApp/yoho-social/deploy/target | ||
19 | + | ||
20 | +is_debug_enable=false | ||
21 | + | ||
22 | +social.task.switch=true |
1 | +activity.url = http://service.yoho.cn | ||
2 | + | ||
3 | +autoconfig.properties = sharedAutoconfig | ||
4 | + | ||
5 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
6 | + | ||
7 | +des.password_crypt_key = _+@#$%^kEHrDooxWHCWtfeSxvDvgqZq_+@#$%^ | ||
8 | + | ||
9 | +diff.base.flag = 1 | ||
10 | + | ||
11 | +erp.user.useGiftcard.url = http://api.erp.yohobuy.com | ||
12 | + | ||
13 | +jdbc.mysql.readonlyinslave = true | ||
14 | + | ||
15 | +register.image.onoff = off | ||
16 | + | ||
17 | +register.new.user.page.probability = 5 | ||
18 | + | ||
19 | +uic.service.url = http://uic.yohoops.org:8096/uic | ||
20 | + | ||
21 | +union.domain.url = http://union.yoho.cn/union | ||
22 | + | ||
23 | +user.bankInfo.redisExpire = 24 | ||
24 | + | ||
25 | +user.diff.place.login.message = \\u5c0a\\u656c\\u7684\\u7528\\u6237\\uff0c\\u7cfb\\u7edf\\u68c0\\u6d4b\\u5230\\u60a8\\u7684\\u8d26\\u53f7\\u5df2\\u5728\\u5f02\\u5730\\u767b\\u5f55\\u3002\\u4e3a\\u4fdd\\u8bc1\\u5e10\\u53f7\\u5b89\\u5168\\uff0c\\u5982\\u975e\\u672c\\u4eba\\u64cd\\u4f5c\\uff0c\\u5efa\\u8bae\\u60a8\\u5c3d\\u5feb\\u4fee\\u6539\\u767b\\u5f55\\u5bc6\\u7801\\u3002\\u656c\\u8bf7\\u63d0\\u9ad8\\u8b66\\u60d5\\uff0c\\u8c28\\u9632\\u8bc8\\u9a97\\uff01 | ||
26 | + | ||
27 | +user.instalmentCredit.redisExpire = 30 | ||
28 | + | ||
29 | +user.instalmentTaskLock.redisExpire = 10 | ||
30 | + | ||
31 | +user.session.expire = 10080 | ||
32 | + | ||
33 | +users.base.isUic = true | ||
34 | + | ||
35 | +users.browse.sync = true | ||
36 | + | ||
37 | +users.yoho.default_is_bind = Y | ||
38 | +users.yoho.redpacket = Y | ||
39 | + | ||
40 | +users.yohocoin = true | ||
41 | + | ||
42 | +users.yohocoin.dilute = true | ||
43 | + | ||
44 | +verify_student_flag = false | ||
45 | + | ||
46 | +invite.code.activity.id = 2024 | ||
47 | +invite.code.url = https://union.yoho.cn/union/app-downloads.html?union_type=100000000005441 | ||
48 | + | ||
49 | +yoho.users.env.namespace = users | ||
50 | +yoho.users.env.serverport = 1 | ||
51 | +yoho.users.env.webapphome = /home/test/yohoJavaApp/yoho-users/deploy/target | ||
52 | + | ||
53 | +zmxy_appId = 1000692 | ||
54 | +zmxy_contract_flag = si201607290001591005 | ||
55 | +zmxy_rsa_mySK = MIICdQIBADANBgkqhkiG9w0BAQEFAASCAl8wggJbAgEAAoGBANXVSerwbHEI0GFyfjmXuT+u623YpaBDDfVg9y0hYKRnBzo7cBhJagPuDLX3/v4IcCPOM9mx/9VAX2EL10W7HCdmDD69KDo4JObQakjKkgtikgjgpmLtWjJkq3Wr+4JROOhCyd3QtS+tLYeT8waId+eD5gKyW/yw2/wMNs42LoS9AgMBAAECgYBuriG+i4d10nwZlGulX9UxE1ck2liQZWTaN8B5Cae+MN3a1F0nFQjc0+CcZ6sCzldNETRhX/Lt7I3x63EX1Muy3qr0u64NiJe5ReooCjr0BeVRa8OqDvY6SwwmQ+YYR95yuk9vuUGOtd3HJb0zMB9Vd66x3iUY89S3yCuUYH14wQJBAO7OUQCV3nb7vGKtlf25YcV6KWF+BMzuOKfw+tEezqgI04wr4zqzU5AkDGG5Zw1ze3ECurStF9syWJnm1mj6ecUCQQDlOqxJX2DxGmuilWU7ZfsJUXmMIT6yhjLPn0GqXTiejniJI6lJlFeNUEMJgBZYuJSnA4JV/Nfgn3vGNOLdzqaZAkB5G0CRH3AWv0umb4nlhqJC19UskBA3LYimAtvwOcNsDC3cpFU0a8UxEFcHKFNOywYLJesxvaafj0THp/2Md5pRAkAWTScF3GmqC0/9eVtn8/wAZBTXNUTMSZIX8P6KfJdNlb7UWMvXhL8f2HctLXD/ILYVqZm8k+TMzbdVCUApJDnBAkBxQ608TyPMgow+YriRpxH7O2tZ+S3pyM1SOJ9jzYpQ5idYpU7ZGv/CNMUSnxDweAOPIFahtDf2fsTSloqXd/Sg | ||
56 | +zmxy_rsa_zmPK = MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDn7lB5Pxis6rnI2JkC8Z/RQuF+/RInuZSD9IcK7bnovahZXN3yOEdc5YuWKB0FA9DWONBRkctEmabWbxCYdEbeHV+kh2Zd0DktzZZnDjp6vmRDtihkJ7IJtUKLPeksZCAbbnEq/HmonqNF4qU4qfYuyZGwmHaBVNrg4BxP9s0VTwIDAQAB | ||
57 | +zmxy_service_url = https://zmopenapi.zmxy.com.cn/openapi.do |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +cocacola.wechat.share.url = http://service.yoho.cn/activity/cocacola/html/index1.html | ||
6 | + | ||
7 | +drawline.luckyUserNotice.interval = 5 | ||
8 | + | ||
9 | +drawline.luckydraw.interval = 360 | ||
10 | + | ||
11 | +execute.timetask.host =192.168.90.9 | ||
12 | + | ||
13 | +gateway.url = http://api.yoho.cn | ||
14 | + | ||
15 | +is_debug_enable = false | ||
16 | + | ||
17 | +jdbc.mysql.readonlyinslave = true | ||
18 | + | ||
19 | +orderShare.maxNum = 3 | ||
20 | + | ||
21 | +orderShare.recevied.maxNum = 5 | ||
22 | + | ||
23 | +orderShare.shareUrl = http://m.yohobuy.com/coupon/index | ||
24 | + | ||
25 | +tencentmkt.shareUrl = http://service.yoho.cn/activity/tencentMkt/index.html | ||
26 | + | ||
27 | +yoho.activity.env.namespace = activity | ||
28 | +yoho.activity.env.serverport = 0 | ||
29 | +yoho.activity.env.webapphome = /home/test/yohoJavaApp/yohobuy-activity/deploy/target | ||
30 | + | ||
31 | +userday.coupon={"20":"34772", "10":"34770"} | ||
32 | +userday.open.day=60 | ||
33 | + | ||
34 | +userday.coupon.oct={"10":38208,"40":38210,"70":38212} | ||
35 | + | ||
36 | +yoho.crm.online.dns=http://api.crm.yohoops.org:8093/crm/ |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +#autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status | ||
6 | + | ||
7 | +file.uploadTempDir = /Data | ||
8 | + | ||
9 | +is_checksession_enable = true | ||
10 | +is_debug_enable = false | ||
11 | + | ||
12 | +#jdbc.mysql.bigdata.password = lRnPI2bQsZRNn/qC/29ZGqMwEu/zaKV31I9S8xDJIUA= | ||
13 | +#jdbc.mysql.bigdata.username = yh_test_bigdata | ||
14 | +#jdbc.mysql.yhsns.master = 172.31.11.29:3306 | ||
15 | + | ||
16 | +users.browse.appVersion = 4.1.0.*** | ||
17 | +users.browse.expire = 7776000 | ||
18 | +users.browse.numPerUser = 200 | ||
19 | +users.browse.sync = true | ||
20 | + | ||
21 | +yoho.bigData.env.namespace = bigdata | ||
22 | +yoho.bigData.env.serverport = 1 | ||
23 | +yoho.bigData.env.webapphome = /home/test/yohoJavaApp/yohobuy-bigdata/deploy/target | ||
24 | + | ||
25 | +jdbc.mysql.bigdata.master=bigdata.db.union.yohoops.org:3306 | ||
26 | +jdbc.mysql.bigdata.username=yh_bigdata | ||
27 | +#yoho@7Y$^YpNb7hp | ||
28 | +jdbc.mysql.bigdata.password=ZARNTZvqPIYoBOhoTTTGRaMwEu/zaKV31I9S8xDJIUA= | ||
29 | + | ||
30 | +bigdata.database.cluster.name = shop | ||
31 | +ip.port.search.server = search.yohoops.org |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +users.browse.expire = 7776000 | ||
6 | + | ||
7 | +users.browse.appVersion = 4.1.0.*** | ||
8 | +users.browse.numPerUser = 100 | ||
9 | + | ||
10 | +yohobuy.brower.env.namespace = brower | ||
11 | +yohobuy.brower.env.serverport = 2 | ||
12 | +yohobuy.brower.env.webapphome = /home/test/yohoJavaApp/yohobuy-brower/deploy/target | ||
13 | + | ||
14 | +rabbit_concurrent=3 | ||
15 | + | ||
16 | +api.yoho.url = http://api-pt.yohoops.org |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +yohobuy.crm.env.serverport=3 | ||
4 | +yohobuy.crm.env.namespace=crm | ||
5 | +yohobuy.crm.env.webapphome=/home/dev/yohobuy-crm/deploy | ||
6 | +jdbc.mysql.readonlyinslave=true | ||
7 | + | ||
8 | +autoconfig.properties.sharedAutoconfig = file:/home/dev/auto_deploy/deploy/autoconfig/dev/global-autoconfig.properties | ||
9 | + | ||
10 | +bigData.url=http://123.207.166.124:8080/bigdata/crm/ | ||
11 | +search.url=192.168.102.216:8080 | ||
12 | + | ||
13 | +qiniu.domain=http://7xnrdp.com1.z0.glb.clouddn.com | ||
14 | +qiniu.accesskey=atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m | ||
15 | +qiniu.secretkey=pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm | ||
16 | +qiniu.bucket=test | ||
17 | + | ||
18 | +#AES_KEY | ||
19 | +aesKey=yoho96461qaz2wsx | ||
20 | + | ||
21 | +#SMS_URL | ||
22 | +sms.url=http://211.147.239.62:9050/cgi-bin/sendsms | ||
23 | +sms.name=yohoyx@yohoyx | ||
24 | +sms.pwd=EH+iuWSAfINJYwSdPgVqhA== | ||
25 | +sms.reprot.flag=false | ||
26 | + | ||
27 | +#FTP | ||
28 | +ftp.ip=123.206.26.127 | ||
29 | +ftp.port=21 | ||
30 | +ftp.userName=ftpuser | ||
31 | +ftp.pwd=ok83sQlrvHfw8OBMz6xlRA== | ||
32 | + | ||
33 | +rabbit_common=192.168.103.58:5672 | ||
34 | +rabbit_common_user=yoho | ||
35 | +rabbit_common_password=yoho | ||
36 | +rabbit_vhost=yoho | ||
37 | + | ||
38 | +redis.crm.proxy.address=192.168.103.58 | ||
39 | +redis.crm.notsync.twemproxy.addresses=192.168.103.58:6379 | ||
40 | + | ||
41 | +crm.send.notice=false | ||
42 | +#alarm_mobile | ||
43 | +alarm.mobile=18994021292 | ||
44 | +#分组同步短信告警 | ||
45 | +usergroup.alarm.mobile=18994021292 | ||
46 | + | ||
47 | +yohobuyServiceAccessTokenGetUrl=http://127.0.0.1:8082/wechat/?method=wechat.token.get | ||
48 | +wechat.host.name=https://api.weixin.qq.com | ||
49 | +wechat.user.info=/cgi-bin/user/info | ||
50 | +wechat.user.get=/cgi-bin/user/get | ||
51 | + | ||
52 | +wechat.access.yohobuyService.appid=wx75e5a7c0c88e45c2 | ||
53 | +wechat.access.yohobuyService.secret=ce21ae4a3f93852279175a167e54509b | ||
54 | +wechat.access.yohobuySubscribe.appid=wx96121aa89f31c5ea | ||
55 | +wechat.access.yohobuySubscribe.secret=7669da1a8842ed1df4c5e1b53868f3ca | ||
56 | +wechat.access.mars.appid=wx9d0d7dfed5bbaa8b | ||
57 | +wechat.access.mars.secret=9f7b00cd2a1d65301352d2783f6eec61 | ||
58 | +wechat.access.yohonowTrend.appid=wx1fe49f08f41b6c26 | ||
59 | +wechat.access.yohonowTrend.secret=5670f62abcebcd8d321615b46bd19ef4 | ||
60 | +wechat.access.yohonowGirl.appid=wxb52ec6a352f0b090 | ||
61 | +wechat.access.yohonowGirl.secret=9fe6bedb0b7f30986a168c7fc44f34c0 | ||
62 | + | ||
63 | +birthday.coupon.groupid=12 | ||
64 | + | ||
65 | +birthday.coupon.sms.templateid=2 | ||
66 | + | ||
67 | +aliyun.sms.accessKeyId=wIBL09Z0xu7uJUkX0yNnFWy8tNv+KZEH8req1GsE1+k= | ||
68 | +aliyun.sms.secret=/tnQdyzBuARAcql9ad+yJVzlQNX9bfhEmJxr7wdLz58= | ||
69 | + | ||
70 | +platform.host=http://192.168.102.210:8088/platform | ||
71 | +platform.gray.host = http://192.168.102.210:8088/platform | ||
72 | + | ||
73 | +platform.coupon.userId=10964 | ||
74 | +platform.coupon.userName=crm | ||
75 | + | ||
76 | +browse.service.url=http://192.168.103.59:8092/brower/ | ||
77 | + | ||
78 | +# ******************** 定时器时间配置 ******************** | ||
79 | + | ||
80 | +#玄武状态报告和黑名单获取 | ||
81 | +xuanwu.scheduler=0 1/3 * * * ? | ||
82 | + | ||
83 | +#梦网状态报告和黑名单获取 | ||
84 | +mengwang.scheduler=0/10 * * * * ? | ||
85 | + | ||
86 | +#同步微信公众号的任务 | ||
87 | +wechart.scheduler=0 0 0 * * ? | ||
88 | + | ||
89 | +#微信公众号的任务错误重新尝试 | ||
90 | +wechart.retry.scheduler=0 0 2 * * ? | ||
91 | + | ||
92 | +#清理短信发送记录 | ||
93 | +sms.clean.scheduler=0 0 2 * * ? | ||
94 | + | ||
95 | +#大数据 | ||
96 | +jdbc.mysql.bigdataunion.slave=118.89.235.30:3306 | ||
97 | +jdbc.mysql.bigdataunion.username=root | ||
98 | +jdbc.mysql.bigdataunion.password=t5/oMgwUCmO/GeMHBAQ2Cg== | ||
99 | + | ||
100 | +#Mars接口域名 | ||
101 | +mars.host=http://mars-test.yohops.com:9999/ |
1 | +yohobuy.global.env.webapphome = /home/test/yohoJavaApp/yohobuy-global/deploy/target | ||
2 | +yohobuy.global.env.serverport=0 | ||
3 | +yohobuy.global.env.namespace=globalbuy | ||
4 | + | ||
5 | +is_debug_enable=false | ||
6 | + | ||
7 | +yhb_api_url=http://api.yoho.cn | ||
8 | +yhb_search_url=http://search.yohoops.org/yohosearch/tblproduct/search.json | ||
9 | + | ||
10 | +globalbuyRedis.proxy.address=qqg.redis.yohoops.org | ||
11 | +globalbuyRedis.proxy.port=16379 | ||
12 | +redis.proxy.auth= | ||
13 | + | ||
14 | +redis.pool.maxTotal=100 | ||
15 | +redis.pool.maxIdle=100 | ||
16 | +redis.pool.maxWaitMillis=2000 | ||
17 | +redis.pool.minIdle=50 | ||
18 | +redis.pool.testOnBorrow=false | ||
19 | +redis.pool.testWhileIdle=true |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +erp.order.change.sync.type = MQ | ||
6 | +erp.order.close.sync.type = MQ | ||
7 | +erp.order.create.url = http://portal.admin.yohobuy.com/api/orderform/create | ||
8 | +erp.order.express.sync.type = MQ | ||
9 | +erp.order.refund.sync.type = MQ | ||
10 | +erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status | ||
11 | + | ||
12 | +java.logs.home = /home/test/yohoJavaLogs | ||
13 | + | ||
14 | +jdbc.mysql.readonlyinslave = true | ||
15 | + | ||
16 | +order.codpay.lock.duration = 1440 | ||
17 | + | ||
18 | +yohobuy.order.env.namespace = order | ||
19 | +yohobuy.order.env.serverport = 4 | ||
20 | +yohobuy.order.env.webapphome = /home/test/yohoJavaApp/yohobuy-order/deploy/target | ||
21 | + | ||
22 | + | ||
23 | +erp.order.autoCancel.switch.key = N | ||
24 | + | ||
25 | +sales.tax.payers = 9132010058047114XR | ||
26 | +ws.fp.url = https://www.fapiao.com:7105/dsqt_taxfu/services/DZFPService?wsdl | ||
27 | +invoice.appid = 1b518222b5bbb9c5abe17442d63150978609e5ad27fd594886e3b7a8bcd50e5a | ||
28 | +seller.name = \u6709\u8d27\uff08\u6c5f\u82cf\uff09\u5546\u8d38\u670d\u52a1\u6709\u9650\u516c\u53f8 | ||
29 | +invoice.soap.receiveTimeout = 300000 | ||
30 | +invoice.soap.connectionTimeout = 300000 | ||
31 | + | ||
32 | +degrade.buylimit.query.enable=true | ||
33 | +degrade.vip.query.enable=true | ||
34 | +degrade.yohocoin.query.enable=true | ||
35 | +degrade.redenvelopes.query.enable=true | ||
36 | +degrade.coupons.queryNotUseCoupons.enable=true | ||
37 | +degrade.product.query.enable=false | ||
38 | +degrade.address.query.enable=false | ||
39 | + | ||
40 | +# 优惠券ID | ||
41 | +# 展览票券ID | ||
42 | +exhibition.ticket.couponid=29640 | ||
43 | +# 套票券ID | ||
44 | +package.ticket.couponid=29642 | ||
45 | + | ||
46 | +# 支付回调地址 | ||
47 | +applepay.notifyurl = http://service-pt-1.yohoops.org/payment/applepay_notify | ||
48 | +qq.notifyurl = http://service-pt-1.yohoops.org/payment/qqpay_notify | ||
49 | +unionpay.notifyurl = https://service-pt-1.yohoops.org/payment/unionpay_newnotify | ||
50 | +wechat.app.newnotifyurl = http://service-pt-1.yohoops.org/payment/weixin_notify | ||
51 | +wechat.app.notifyurl = http://service-pt-1.yohoops.org/payment/wechat_notify | ||
52 | +alipay.notifyurl = https://service-pt-1.yohoops.org/payment/alipay_notify | ||
53 | +cmbnetpay.payNoticeUrl = https://service-pt-1.yohoops.org/payment/cmbpay_notify | ||
54 | +cmbnetpay.signNoticeUrl = https://service-pt-1.yohoops.org/payment/cmbsign_notify | ||
55 | + | ||
56 | +# unionmpos env: 00,production enviroment; 01,test enviroment | ||
57 | +unionmpos.env=00 | ||
58 | + | ||
59 | +browse.service.url = http://api.brower.yohoops.org:8092/brower/ | ||
60 | + | ||
61 | +erp.offline.lock.url=http://gateway.erp.yohoops.org/erp-gateway-web | ||
62 | +erp.offline.erp-portal-gateway.url = http://api.store.yohoops.org/portal-gateway | ||
63 | + | ||
64 | +offline.portal.gateway.url=instore.yohobuy.com | ||
65 | +offline.portal.gateway.clienttype=yoho | ||
66 | +offline.portal.gateway.clientkey=fd4ad5fcsa0de589af23234ks1923ks | ||
67 | + | ||
68 | +offline.portal.gateway.apistore.url=http://api.store.yohoops.org |
1 | +admin.login.url = http://127.0.0.1:30012 | ||
2 | + | ||
3 | +admin.portal.url = http://admin.portal.yohobuy.com | ||
4 | + | ||
5 | +api.yoho.url = http://api-pt.yohoops.org | ||
6 | + | ||
7 | +auth.user.req.url = http://gw.api.yohobuy.com/erp-shop-web/account/profile/queryAllAuth | ||
8 | + | ||
9 | +autoconfig.properties = sharedAutoconfig | ||
10 | + | ||
11 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
12 | + | ||
13 | +bigData.analytics.transfer.url = http://analytics.m.yohobuy.com/yas.gif/web/ | ||
14 | + | ||
15 | +bigDataRedis.pool.maxIdle = 100 | ||
16 | +bigDataRedis.pool.maxTotal = 100 | ||
17 | +bigDataRedis.pool.maxWaitMillis = 2000 | ||
18 | +bigDataRedis.pool.minIdle = 50 | ||
19 | +bigDataRedis.pool.testOnBorrow = false | ||
20 | +bigDataRedis.pool.testWhileIdle = true | ||
21 | + | ||
22 | +bigdata.ad.ZHT.userid = 18261 | ||
23 | +bigdata.ad.userid = 365136 | ||
24 | + | ||
25 | +bigdata.qiniu.accesskey = EJhU5jwtkfMm3k5RTeOCH9_jc0A0o-mIfD3Iba5J | ||
26 | +bigdata.qiniu.bucket = db-backup | ||
27 | +bigdata.qiniu.refresh.url = http://fusion.qiniuapi.com/v2/tune/refresh | ||
28 | +bigdata.qiniu.secretkey = qAns6jrf9pg6bHNvS1IcKi-pnVBWV46pbpFWKwJ7 | ||
29 | + | ||
30 | +bigdata.sitemap.url = http://o9tw3bcp2.bkt.clouddn.com | ||
31 | + | ||
32 | +crawler.host = http://10.66.100.2:9100 | ||
33 | + | ||
34 | +erp.domain = http://gateway.erp.yohoops.org/erp-gateway-web | ||
35 | + | ||
36 | +erp.platform.shops.url = http://api.erp.yohobuy.com | ||
37 | + | ||
38 | +erp.realStorage.url = http://gateway.erp.yohoops.org/erp-gateway-web/shift_logs/query_stock_num_by_sku | ||
39 | + | ||
40 | +erp.shop.url = http://gw.api.yohobuy.com/erp-shop-web/ | ||
41 | + | ||
42 | +erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing/balancelist | ||
43 | +erp.shops.change.pwd.url = http://serve.yohobuy.com/service/account/v1/Profile/updatePassword | ||
44 | +erp.shops.login.url = http://serve.yohobuy.com/service/account/v1/Profile/login | ||
45 | + | ||
46 | +erp.storage = http://serve.yohobuy.com | ||
47 | + | ||
48 | +erp.virtualinventory.setNumberBySkn.url = http://serve.yohobuy.com/service/supplier/v1/virtualinventory/setNumberBySkn | ||
49 | + | ||
50 | +execute.limitcode.host = 172.31.20.7 | ||
51 | + | ||
52 | +execute.shopmessage.host = 172.31.20.7 | ||
53 | + | ||
54 | +execute.update_product_price.host = 172.31.20.7 | ||
55 | + | ||
56 | +file.image.gif.size = 2621440 | ||
57 | +file.image.size = 512000 | ||
58 | + | ||
59 | +file.maxsize = 209715200 | ||
60 | +file.saveDir = /Data/images | ||
61 | +file.uploadMalongImgDir = /Data/malong | ||
62 | +file.uploadTempDir = /Data/images | ||
63 | + | ||
64 | +gateway.service.url = http://service.yoho.cn | ||
65 | + | ||
66 | +jdbc.mysql.platform.erp_account.master = write.erp.yohoops.org:3306 | ||
67 | +jdbc.mysql.platform.erp_account.password = NOUasZz6vYU/DUnkWudOAqMwEu/zaKV31I9S8xDJIUA= | ||
68 | +jdbc.mysql.platform.erp_account.slave = read3.erp.yohoops.org:3306 | ||
69 | +jdbc.mysql.platform.erp_account.username = yh_erp_db | ||
70 | +jdbc.mysql.platform.erp_product.master = write.erp.yohoops.org:3306 | ||
71 | +jdbc.mysql.platform.erp_product.password = NOUasZz6vYU/DUnkWudOAqMwEu/zaKV31I9S8xDJIUA= | ||
72 | +jdbc.mysql.platform.erp_product.slave = read3.erp.yohoops.org:3306 | ||
73 | +jdbc.mysql.platform.erp_product.username = yh_erp_db | ||
74 | +jdbc.mysql.platform.erp_supplier.password = NOUasZz6vYU/DUnkWudOAqMwEu/zaKV31I9S8xDJIUA= | ||
75 | +jdbc.mysql.platform.erp_supplier.username = yh_erp_db | ||
76 | +jdbc.mysql.platform.yh_guang.master = write.cms.yohoops.org:3306 | ||
77 | +jdbc.mysql.platform.yh_guang.password = +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= | ||
78 | +jdbc.mysql.platform.yh_guang.slave = read.cms.yohoops.org:3306 | ||
79 | +jdbc.mysql.platform.yh_guang.username = yh_vpc_bak | ||
80 | +jdbc.mysql.platform.yhb_account.master = write.erp.yohoops.org:3306 | ||
81 | +jdbc.mysql.platform.yhb_account.password = NOUasZz6vYU/DUnkWudOAqMwEu/zaKV31I9S8xDJIUA= | ||
82 | +jdbc.mysql.platform.yhb_account.slave = read3.erp.yohoops.org:3306 | ||
83 | +jdbc.mysql.platform.yhb_account.username = yh_erp_db | ||
84 | + | ||
85 | +malongApi.accessKeyId = 7343a192140f25a59c53dab5652f5f47 | ||
86 | +malongApi.imageSetId = 7tm74zfv | ||
87 | +malongApi.paiUserId = 1714 | ||
88 | +malongApi.secretKey = 45c1ce98ee6b4701d55802989ba240f4 | ||
89 | + | ||
90 | +mkt.activity.domain.url = http://union.yoho.cn/union/tencentMkt/index.html | ||
91 | + | ||
92 | +mkt.app.download.url = http://m.yohobuy.com/app | ||
93 | + | ||
94 | +mkt.pcwap.domain.url = http://union.yoho.cn/union/go | ||
95 | + | ||
96 | +mkt.resource.code.url = https://m.yohobuy.com/channel/f8abd53b5f7c5fe558d3dd567d95ab92.html?nodownload=1 | ||
97 | + | ||
98 | +offline.shops.url = http://adminstore.yohoops.org/shops | ||
99 | + | ||
100 | +platform.login.salt = yoho9646yoho9646 | ||
101 | + | ||
102 | +price.audit.firstRoleName = Ʒƾ | ||
103 | +price.audit.secondPid = 2594,2299,2391,10592,2829,10450,10185,10238 | ||
104 | +price.audit.thirdPid = 2298 | ||
105 | + | ||
106 | +price.changed.notice.phone = 18105178926,17895010543,17608015989,18652008443,13451938602 | ||
107 | + | ||
108 | +price.over.days.roleName = 444 | ||
109 | + | ||
110 | +price.selltype.url = http://gateway.erp.yohoops.org/erp-gateway-web/plate_price_form/list_product_info | ||
111 | + | ||
112 | +qiniu.bigdata.skndada.folderName = /Data/bigdata/ | ||
113 | + | ||
114 | +resources_https_enable = true | ||
115 | + | ||
116 | +search.server.address = http://search.yohoops.org/yohosearch/ | ||
117 | + | ||
118 | +service.yoho.url = http://service.yoho.cn | ||
119 | + | ||
120 | +shop.status.change.phone = 13901031676,13910715745,13817834488,15651892695,15651892221,13813898627,13811251311,18602565212,13910268241,18666628755,13146085963,13951853540,13851573106,15905171841,18652978258,18626439680,13905172541,15895984489,18512524901,15062262013,18801044770,15652292115,18672559651,15651702116,17608015989,13451938602,17895010543 | ||
121 | + | ||
122 | +stock.req.url = http://gateway.erp.yohoops.org/erp-gateway-web/finance/calc/calcSknLowestPrice | ||
123 | + | ||
124 | +sync.product.isPromotion.advance.minutes = 5 | ||
125 | + | ||
126 | +unionRedis.proxy.address = union.redis.yohoops.org | ||
127 | +unionRedis.proxy.auth = | ||
128 | +unionRedis.proxy.port = 6379 | ||
129 | + | ||
130 | +upload.tencent.bid = b_teg_openrecom_opq68unpsix93dy2zjco | ||
131 | +upload.tencent.product.mark = 9.99 | ||
132 | +upload.tencent.url = http://data.dm.qcloud.com:8088 | ||
133 | + | ||
134 | +watchService.waitInterval = 60 | ||
135 | +watchService.watchDir = /Data/sftp_images | ||
136 | + | ||
137 | +yohobuy.platform.env.namespace = platform | ||
138 | +yohobuy.platform.env.serverport = 8 | ||
139 | +yohobuy.platform.env.webapphome = /home/test/yohoJavaApp/yohobuy-platform/deploy/target | ||
140 | +manager.zkAddress = 172.31.20.7:2181,172.31.23.161:2181 |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +front.gateway.host = http://api.yoho.cn | ||
6 | +#grey | ||
7 | +# front.gateway.host = http://service.yoho.yohoops.org | ||
8 | + | ||
9 | +is_debug_enable = false | ||
10 | + | ||
11 | +offline.shops.url = http://adminstore.yohoops.org/shops | ||
12 | + | ||
13 | +#platform.host = http://172.31.20.7:8088/platform | ||
14 | +platform.host = http://172.31.23.161:8088/platform | ||
15 | + | ||
16 | +yohobuy.portal.gateway.env.namespace = portal-gateway | ||
17 | +yohobuy.portal.gateway.env.serverport = 0 | ||
18 | +yohobuy.portal.gateway.env.webapphome = /home/test/yohoJavaApp/yohobuy-portal-gateway/deploy/target |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +jdbc.mysql.readonlyinslave = false | ||
6 | + | ||
7 | +rabbitAddress = 192.168.102.162:32810 | ||
8 | + | ||
9 | +yohobuy.product.env.namespace = product | ||
10 | +yohobuy.product.env.serverport = 3 | ||
11 | +yohobuy.product.env.webapphome = /home/test/yohoJavaApp/yohobuy-product/deploy/target |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +jdbc.mysql.yhbpromotion.master.password = input_password | ||
6 | +jdbc.mysql.yhbpromotion.master.username = guang_res | ||
7 | + | ||
8 | +yohobuy.promotion.env.namespace = promotion | ||
9 | +yohobuy.promotion.env.serverport = 5 | ||
10 | +yohobuy.promotion.env.webapphome = /home/test/yohoJavaApp/yohobuy-promotion/deploy/target | ||
11 | + | ||
12 | +promoation.invite.newCouponMap = {"17593":15,"17597":15,"17599":15,"17601":15,"17603":15} | ||
13 | +promoation.invite.shareCoupon = [ "12073", "12075", "12077", "12079", "12081", "12083" ] | ||
14 | +promoation.invite.failCoupon = {"old":17591,"fail":17595} | ||
15 | + | ||
16 | +share_coupon_expiredTime = 4 | ||
17 | + | ||
18 | +wechat.coupons.operators.email=xintong.xu@yoho.cn | ||
19 | +wechat.coupons.operators.mobile=18751821119 | ||
20 | + | ||
21 | +weibo.coupons.operators.email=peixi.liu@yoho.cn | ||
22 | +weibo.coupons.operators.mobile=15050586707 | ||
23 | + | ||
24 | +resource_coupon_contentcode=b78b32ed81b18dde8ac84fd33602b88b | ||
25 | + | ||
26 | +promotion.sendCounpon.broadcast.rate=0.9 |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +jdbc.mysql.readonlyinslave = false | ||
6 | +invite.code.activity.id = 2024 | ||
7 | + | ||
8 | +yohobuy.resources.env.namespace = resources | ||
9 | +yohobuy.resources.env.serverport = 7 | ||
10 | +yohobuy.resources.env.webapphome = /home/test/yohoJavaApp/yohobuy-resources/deploy/target | ||
11 | + | ||
12 | +service.online.type=3 | ||
13 | +service.online.type.h5=http://m.yohobuy.com/service/im |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +erp.domain = http://gateway.erp.yohoops.org/erp-gateway-web | ||
6 | + | ||
7 | +gateway.domain.url = http://api.yoho.cn | ||
8 | + | ||
9 | +ip.port.search.server = http://search.yohoops.org | ||
10 | + | ||
11 | +jdbc.mysql.readonlyinslave = true | ||
12 | + | ||
13 | +password.aes.key = yoho9646yoho9646 | ||
14 | + | ||
15 | +shop.login.salt = yoho9646yoho9646 | ||
16 | + | ||
17 | +# platform.host = http://172.31.20.7:8088/platform | ||
18 | +platform.host = http://172.31.23.161:8088/platform | ||
19 | + | ||
20 | +portal.shops.dept.id = 90 | ||
21 | + | ||
22 | +printer.ftp.password = 123456 | ||
23 | +printer.ftp.url = 172.16.2.243 | ||
24 | +printer.ftp.username = yoho | ||
25 | + | ||
26 | +shop.wifi.img.path = /var/www/icons/ | ||
27 | +shop.wifi.img.url = http://192.168.102.47/icons/ | ||
28 | + | ||
29 | +storeLockerManager.role.id = 0 | ||
30 | + | ||
31 | +storeRunner.role.id = 0 | ||
32 | + | ||
33 | +storemanageruser.role.id = 476 | ||
34 | + | ||
35 | +supermanageruser.role.id = 474 | ||
36 | + | ||
37 | +trend.tour.online.time = 1480310438 | ||
38 | + | ||
39 | +web.context = shops | ||
40 | + | ||
41 | +wifi.login.url = http://192.168.103.230:8080/am/controller/portal/external/login | ||
42 | + | ||
43 | +yohobuy.shops.env.namespace = shops | ||
44 | +yohobuy.shops.env.serverport = 8 | ||
45 | +yohobuy.shops.env.webapphome = /home/test/yohoJavaApp/yohobuy-shops/deploy/target |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
3 | +yohobuy.task.env.namespace = task | ||
4 | +yohobuy.task.env.serverport = 4 | ||
5 | +yohobuy.task.env.webapphome = /home/test/yohoJavaApp/yohobuy-task/deploy/target | ||
6 | +web.context=task | ||
7 | + | ||
8 | +yoho.logs.level=INFO | ||
9 | + | ||
10 | +##jdbc | ||
11 | +jdbc.mysql.kisjob.datasources = yh_distributed_task | ||
12 | +jdbc.mysql.kisjob.master = write.cms.yohoops.org:3306 | ||
13 | +jdbc.mysql.kisjob.slave = read.cms.yohoops.org:3306 | ||
14 | +jdbc.mysql.kisjob.username = yh_vpc_bak | ||
15 | +jdbc.mysql.kisjob.password = +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= | ||
16 | + | ||
17 | +##redis | ||
18 | +redis.pool.maxIdle = 100 | ||
19 | +redis.pool.maxTotal = 200 | ||
20 | +redis.pool.maxWaitMillis = 10000 | ||
21 | +redis.pool.minIdle = 100 | ||
22 | +redis.pool.testOnBorrow = false | ||
23 | +redis.pool.testWhileIdle = false | ||
24 | + | ||
25 | +##redis for push | ||
26 | +redis.push.address=172.31.24.77 | ||
27 | +redis.push.port=16379 | ||
28 | +redis.push.auth= | ||
29 | + | ||
30 | +##config | ||
31 | +task.brands.number = 19 | ||
32 | +task.addNewBrand.status = on | ||
33 | +task.discountBrand.status = off | ||
34 | +task.vipBrand.status = off | ||
35 | +task.msgnum = 10000 | ||
36 | +task.send.limit = 3 | ||
37 | +filter.status = off |
1 | +activeTime = 86400 | ||
2 | + | ||
3 | +admin.login.url = http://admin.portal.yohobuy.com | ||
4 | + | ||
5 | +autoconfig.properties = sharedAutoconfig | ||
6 | + | ||
7 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
8 | + | ||
9 | +bigdate.db.password = ZARNTZvqPIYoBOhoTTTGRaMwEu/zaKV31I9S8xDJIUA= | ||
10 | +bigdate.db.url = bigdata.db.union.yohoops.org:3306 | ||
11 | +bigdate.db.username = yh_bigdata | ||
12 | + | ||
13 | +exclude.union.type=100000000000349 | ||
14 | +draw.writeFile.delay = 60 | ||
15 | + | ||
16 | +erp.domain = http://gateway.erp.yohoops.org/erp-gateway-web | ||
17 | + | ||
18 | +gateway.url = http://api.yoho.cn | ||
19 | + | ||
20 | +jdbc.mysql.readonlyinslave = true | ||
21 | + | ||
22 | +platform.login.salt = yoho9646yoho9646 | ||
23 | + | ||
24 | +tencentmkt.shareUrl = http://union.yoho.cn/union/tencentMkt/index.html | ||
25 | + | ||
26 | +baidu.tp.push.url=http://sfc.baidu.com/business/article_publish | ||
27 | +baidu.app.id=1566454424306679 | ||
28 | +baidu.app.token=b6a5850042758145fefef0f94e5d5133 | ||
29 | +baidu.union.type=100000000005493 | ||
30 | + | ||
31 | +union.host = 172.31.16.99 | ||
32 | +unions.kafka.consumer.servers=10.67.1.23:9092,10.67.1.53:9092,10.67.1.61:9092,10.67.1.69:9092 | ||
33 | +unions.kafka.producer.servers=10.67.1.23:9092,10.67.1.53:9092,10.67.1.61:9092,10.67.1.69:9092 | ||
34 | + | ||
35 | +yoho.unions.env.namespace = union | ||
36 | +yoho.unions.env.serverport = 8 | ||
37 | +yoho.unions.env.webapphome = /home/test/yohoJavaApp/yohobuy-union/deploy/target |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +new.force.wechat.small.program.access.appid = wxe4f1cbdfd470035d | ||
6 | +new.force.wechat.small.program.access.secret = ea1621e91f7a9722259108b287eeb535 | ||
7 | + | ||
8 | +wechat.access.appid = wx75e5a7c0c88e45c2 | ||
9 | +wechat.access.secret = ce21ae4a3f93852279175a167e54509b | ||
10 | + | ||
11 | +wechat.subscription.access.appid=wx96121aa89f31c5ea | ||
12 | +wechat.subscription.access.secret=7669da1a8842ed1df4c5e1b53868f3ca | ||
13 | + | ||
14 | +wechat.yohoshow.access.appid=wx1e6997242bcfcdfb | ||
15 | +wechat.yohoshow.access.secret=d6fa51581e4c11ee312a1990c2ebf0bd | ||
16 | + | ||
17 | +wechat.user.get = /cgi-bin/user/get | ||
18 | +wechat.user.info = /cgi-bin/user/info | ||
19 | + | ||
20 | +wechat.small.program.access.appid = wx084ab813d88c594b | ||
21 | +wechat.small.program.access.secret = 045848c0e0d76f7699236e4a35d65948 | ||
22 | + | ||
23 | +yohobuy.wechat.env.namespace = wechat | ||
24 | +yohobuy.wechat.env.serverport = 4 | ||
25 | +yohobuy.wechat.env.webapphome = /home/test/yohoJavaApp/yohobuy-wechat/deploy/target | ||
26 | +bigData.analytics.transfer.url=http://analytics.m.yohobuy.com/yas.gif/web/ |
1 | +yoho.logs.basedir=/Data/logs | ||
2 | + | ||
3 | +jdbc.mysql.readonlyinslave=true | ||
4 | +autoconfig.properties = sharedAutoconfig | ||
5 | + | ||
6 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
7 | + | ||
8 | +yoho.env.namespace = yohomars-platform | ||
9 | +yoho.env.serverport = 62 | ||
10 | +yoho.env.webapphome = /home/test/yohoJavaApp/yohomars-platform/deploy/target | ||
11 | + | ||
12 | +redis.notsync.twemproxy.addresses = 172.31.50.185:6379 | ||
13 | +redis.proxy.address = 172.31.50.185 | ||
14 | +redis.readonly.proxy.address = 172.31.50.185 | ||
15 | + | ||
16 | +zkAddress = zk01.yohoops.org:2181 | ||
17 | +uic.api.host=http://uic.yoho.cn/uic | ||
18 | +#yoho social context | ||
19 | +yoho.social.context=http://social.yoho.cn/social | ||
20 | + | ||
21 | +mars.platform.task.switch=true | ||
22 | +crontab.message.systemMsgProduce=15 */1 * * * ? | ||
23 | +crontab.majia.aotuAddMajia=30 */30 * * * ? | ||
24 | +crontab.majia.autoUpdateMajiaFavNum=0 */1 * * * ? | ||
25 | + | ||
26 | +#crm推送消息cron | ||
27 | +crontab.message.crmMsgProduce=15 */1 * * * ? | ||
28 | +#店铺收藏者接受消息周期一周 | ||
29 | +store.follower.push.message.period=604800 | ||
30 | + | ||
31 | +crontab.user.invite.checkStatus=0 0 */1 * * ? | ||
32 | + | ||
33 | +sysMessage.approve.validTime = 4 | ||
34 | + | ||
35 | +youzan.open.platform.url=https://open.youzan.com |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
3 | + | ||
4 | +yohomars.search.service.env.namespace = yohomars-search | ||
5 | +yohomars.search.service.env.serverport = 7 | ||
6 | +yohomars.search.service.env.webapphome = /home/test/yohoJavaApp/yohomars-search-service/deploy/target | ||
7 | +zkAddress=zk01.yohoops.org:2181 |
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties | ||
4 | + | ||
5 | +jdbc.mysql.readonlyinslave = true | ||
6 | + | ||
7 | +yoho.env.namespace = yohonow-platform | ||
8 | +yoho.env.serverport = 61 | ||
9 | +yoho.env.webapphome = /home/test/yohoJavaApp/yohonow-platform/deploy/target | ||
10 | + | ||
11 | +zkAddress = zk01.yohoops.org:2181 | ||
12 | + | ||
13 | +rabbit_host = rabbitmq01.yohoops.org:5672 | ||
14 | +redis.notsync.twemproxy.addresses = 172.31.50.185:6379 | ||
15 | +redis.proxy.address = 172.31.50.185 | ||
16 | +redis.readonly.proxy.address = 172.31.50.185 | ||
17 | + | ||
18 | +qiniu.domain=http://img01.yohoboys.com | ||
19 | +qiniu.accesskey=cY9B5ZgON_7McTS5zV5nTeRyQ98MOcVD7W4eGVbE | ||
20 | +qiniu.secretkey=RduqgmK7cAtaQvdIa1ax_zzmMsnv9ac-Ka0uF6wG | ||
21 | +qiniu.bucket=cmsimg01 | ||
22 | + | ||
23 | +uic.api.host=http://uic.yoho.cn/uic | ||
24 | +now.platform.task.switch=true | ||
25 | + | ||
26 | +#yoho social context | ||
27 | +yoho.social.context=http://social.yoho.cn/social | ||
28 | +ezine.api.url=http://ezine.myoho.net/index.php |
-
Please register or login to post a comment