Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
石坚
9 years ago
Commit
c61b28aabb1022b68303a9048b404d6c356c00be
1 parent
40c0b83f
common.js同步yoho
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
config/common.js
config/common.js
View file @
c61b28a
...
...
@@ -135,9 +135,9 @@ if (isProduction) {
appName
:
'www.yohoblk.com for test'
,
domains
:
{
singleApi
:
'http://192.168.102.31:8092/'
,
api
:
'http://testapi.yoho.cn:28078/'
,
service
:
'http://testservice.yoho.cn:28077/'
,
search
:
'http://192.168.102.216:8080/yohosearch/'
api
:
process
.
env
.
TEST_API
||
'http://testapi.yoho.cn:28078/'
,
service
:
process
.
env
.
TEST_SERVICE
||
'http://testservice.yoho.cn:28077/'
,
search
:
process
.
env
.
TEST_SEARCH
||
'http://192.168.102.216:8080/yohosearch/'
},
useOneapm
:
true
,
useCache
:
true
,
...
...
Please
register
or
login
to post a comment