Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
8929bba55962f5658eca2990a5cb371af8133586
2 parents
a8712de1
e1274ae4
Merge branch 'hotfix/config'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
config/common.js
config/common.js
View file @
8929bba
...
...
@@ -17,12 +17,12 @@ module.exports = {
cookieDomain
:
'.yohobuy.com'
,
domains
:
{
// test3
// singleApi: 'http://api-test3.yohops.com:9999/',
// api: 'http://api-test3.yohops.com:9999/',
// service: 'http://service-test3.yohops.com:9999/',
// serviceNotify: 'http://service-test3.yohops.com:9999/',
// global: 'http://global-test-soa.yohops.com:9999/',
// platformApi: 'http://192.168.102.48:8088/',
singleApi
:
'http://api-test3.yohops.com:9999/'
,
api
:
'http://api-test3.yohops.com:9999/'
,
service
:
'http://service-test3.yohops.com:9999/'
,
serviceNotify
:
'http://service-test3.yohops.com:9999/'
,
global
:
'http://global-test-soa.yohops.com:9999/'
,
platformApi
:
'http://192.168.102.48:8088/'
,
// test2
// singleApi: 'http://api-test2.yohops.com:9999/',
...
...
@@ -33,12 +33,12 @@ module.exports = {
// platformApi: 'http://192.168.102.48:8088/',
// prod
singleApi
:
'http://single.yoho.cn/'
,
api
:
'http://api.yoho.cn/'
,
service
:
'http://service.yoho.cn/'
,
serviceNotify
:
'http://service.yoho.cn/'
,
global
:
'http://api-global.yohobuy.com/'
,
platformApi
:
'http://172.16.6.210:8088/'
,
// singleApi: 'http://single.yoho.cn/',
// api: 'http://api.yoho.cn/',
// service: 'http://service.yoho.cn/',
// serviceNotify: 'http://service.yoho.cn/',
// global: 'http://api-global.yohobuy.com/',
// platformApi: 'http://172.16.6.210:8088/',
// gray
// singleApi: 'http://single.gray.yohops.com/',
...
...
Please
register
or
login
to post a comment