Showing
1 changed file
with
9 additions
and
8 deletions
@@ -17,14 +17,14 @@ module.exports = { | @@ -17,14 +17,14 @@ module.exports = { | ||
17 | cookieDomain: '.yohobuy.com', | 17 | cookieDomain: '.yohobuy.com', |
18 | domains: { | 18 | domains: { |
19 | // test3 | 19 | // test3 |
20 | - singleApi: 'http://api-test3.yohops.com:9999/', | ||
21 | - api: 'http://api-test3.yohops.com:9999/', | ||
22 | - service: 'http://service-test3.yohops.com:9999/', | 20 | + // singleApi: 'http://api-test3.yohops.com:9999/', |
21 | + // api: 'http://api-test3.yohops.com:9999/', | ||
22 | + // service: 'http://service-test3.yohops.com:9999/', | ||
23 | 23 | ||
24 | // prod | 24 | // prod |
25 | - // singleApi: 'http://single.yoho.cn/', | ||
26 | - // api: 'http://api.yoho.cn/', | ||
27 | - // service: 'http://service.yoho.cn/', | 25 | + singleApi: 'http://single.yoho.cn/', |
26 | + api: 'http://api.yoho.cn/', | ||
27 | + service: 'http://service.yoho.cn/', | ||
28 | 28 | ||
29 | // gray | 29 | // gray |
30 | // singleApi: 'http://single.gray.yohops.com/', | 30 | // singleApi: 'http://single.gray.yohops.com/', |
@@ -36,7 +36,8 @@ module.exports = { | @@ -36,7 +36,8 @@ module.exports = { | ||
36 | // service: 'http://dev-service.yohops.com:9999/', | 36 | // service: 'http://dev-service.yohops.com:9999/', |
37 | 37 | ||
38 | imSocket: 'ws://socket.yohobuy.com:10240', | 38 | imSocket: 'ws://socket.yohobuy.com:10240', |
39 | - imCs: 'http://im.yohobuy.com/api' | 39 | + imCs: 'http://im.yohobuy.com/api', |
40 | + platformApi: 'http://172.16.6.210:8088/' | ||
40 | }, | 41 | }, |
41 | subDomains: { | 42 | subDomains: { |
42 | host: '.yohobuy.com', | 43 | host: '.yohobuy.com', |
@@ -82,7 +83,7 @@ module.exports = { | @@ -82,7 +83,7 @@ module.exports = { | ||
82 | port: '4444' // influxdb port | 83 | port: '4444' // influxdb port |
83 | }, | 84 | }, |
84 | console: { | 85 | console: { |
85 | - level: 'info', | 86 | + level: 'debug', |
86 | colorize: 'all', | 87 | colorize: 'all', |
87 | prettyPrint: true | 88 | prettyPrint: true |
88 | } | 89 | } |
-
Please register or login to post a comment