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
7a777aafa225791046e890aed3a763c78ca50816
1 parent
48cd266c
修改开发环境配置到test2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
config/common.js
config/common.js
View file @
7a777aa
...
...
@@ -159,9 +159,12 @@ 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: 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/'
},
memcache
:
{
master
:
[
'127.0.0.1:12111'
],
...
...
Please
register
or
login
to post a comment