Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
7 years ago
Commit
9bcdb87b8892bc513255e8674d74ae73165ec386
1 parent
23a68eef
测试环境配置恢复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
config/common.js
config/common.js
View file @
9bcdb87
...
...
@@ -156,12 +156,9 @@ if (isProduction) {
Object
.
assign
(
module
.
exports
,
{
appName
:
'm.yohoblk.com for test'
,
domains
:
{
// api: process.env.TEST_API || 'http://api-test1.yohops.com:9999/',
// service: process.env.TEST_SERVICE || 'http://service-test1.yohops.com:9999/',
// singleApi: process.env.TEST_SINGLE || 'http://api-test1.yohops.com:9999/'
api
:
'http://api-test2.yohops.com:9999/'
,
service
:
'http://service-test2.yohops.com:9999/'
,
singleApi
:
'http://api-test2.yohops.com:9999/'
api
:
process
.
env
.
TEST_API
||
'http://api-test1.yohops.com:9999/'
,
service
:
process
.
env
.
TEST_SERVICE
||
'http://service-test1.yohops.com:9999/'
,
singleApi
:
process
.
env
.
TEST_SINGLE
||
'http://api-test1.yohops.com:9999/'
},
memcache
:
{
master
:
[
'192.168.104.15:12111'
,
'192.168.104.29:12111'
,
'192.168.104.32:12111'
],
...
...
Please
register
or
login
to post a comment