Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
weiqingting
9 years ago
Commit
805bf57e95db253e8fc75639fe7496b1b2cf23bf
1 parent
b83d3b28
线下 环境 211
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
server/config/common.js
server/config/searchApi.js
server/config/common.js
View file @
805bf57
...
...
@@ -35,8 +35,8 @@ var config = {
},
apiKey
:
'sd4H1ecAqlp'
,
// domain:'http://192.168.102.210:8088/platform',//联调地址
// domain: 'http://192.168.102.202:8088/platform',//测试
domain
:
'http://10.66.100.6:8088/platform'
,
//腾讯云环境
domain
:
'http://192.168.102.202:8088/platform'
,
//测试
// domain: 'http://10.66.100.6:8088/platform',//腾讯云环境
logsFile
:
'/Data/logs/node/yohobuy-portal-log/'
,
loggers
:
{
api
:
{
...
...
server/config/searchApi.js
View file @
805bf57
...
...
@@ -13,8 +13,8 @@ var config = {
yohoSearch
:
'http://192.168.102.216:8080/yohosearch'
},
'test'
:
{
// yohoSearch: 'http://192.168.102.224:8080/yohosearch/'//联调
yohoSearch
:
'http://10.66.100.4:8080/yohosearch'
yohoSearch
:
'http://192.168.102.224:8080/yohosearch/'
//联调
// yohoSearch: 'http://10.66.100.4:8080/yohosearch'
},
'preview'
:
{
...
...
Please
register
or
login
to post a comment