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
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
9 years ago
Commit
fb8a99c7a405ded500550a95b9d1ee16cb6298ff
1 parent
a2f3a401
二维码路由生成
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
config/common.js
config/common.js
View file @
fb8a99c
...
...
@@ -15,12 +15,8 @@ module.exports = {
port
:
6002
,
siteUrl
:
'http://www.yohobuy.com'
,
domains
:
{
// api: 'http://devapi.yoho.cn:58078/',
// service: 'http://devservice.yoho.cn:58077/',
// search: 'http://192.168.102.216:8080/yohosearch/'
api
:
'http://testapi.yoho.cn:28078/'
,
service
:
'http://testservice.yoho.cn:28077/'
,
api
:
'http://devapi.yoho.cn:58078/'
,
service
:
'http://devservice.yoho.cn:58077/'
,
search
:
'http://192.168.102.216:8080/yohosearch/'
},
subDomains
:
{
...
...
@@ -36,12 +32,9 @@ module.exports = {
useOneapm
:
false
,
useCache
:
false
,
memcache
:
{
// master: ['192.168.102.222:11213'],
// slave: ['192.168.102.222:11213'],
// session: ['192.168.102.222:11213'],
master
:
[
'192.168.102.205:12111'
],
slave
:
[
'192.168.102.205:12111'
],
session
:
[
'192.168.102.205:12111'
],
master
:
[
'192.168.102.222:11213'
],
slave
:
[
'192.168.102.222:11213'
],
session
:
[
'192.168.102.222:11213'
],
timeout
:
1000
,
retries
:
0
},
...
...
Please
register
or
login
to post a comment