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
6e65f90584e3f28b950777b5fa3acf7f5ccba3b9
1 parent
dcd9bf56
commit
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 @
6e65f90
...
...
@@ -97,9 +97,9 @@ if (isProduction) {
Object
.
assign
(
module
.
exports
,
{
appName
:
'm.yohoblk.com'
,
domains
:
{
api
:
'http://api.yoho.cn/'
,
service
:
'http://service.yoho.cn/'
,
singleApi
:
'http://single.yoho.cn/'
api
:
'http://api.yoho.yohoops.org/'
,
service
:
'http://api.yoho.yohoops.org/'
,
singleApi
:
'http://api.yoho.yohoops.org/'
,
},
memcache
:
{
master
:
[
'memcache1.yohoops.org:12111'
,
'memcache2.yohoops.org:12111'
,
'memcache3.yohoops.org:12111'
],
...
...
Please
register
or
login
to post a comment