Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
config_repository
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
config_repository
Commits
344b78f4
Commit
344b78f4
authored
Sep 30, 2018
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
7fbd2167
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
28 deletions
+29
-28
op-api.js
nodejs/op-api.js
+29
-28
No files found.
nodejs/op-api.js
View file @
344b78f4
...
...
@@ -7,25 +7,25 @@ module.exports = {
redpacket_api
:
'
http://redpacket.domain.com
'
,
app_api
:
'
http://sappbackend.domain.com
'
,
btCapital_api
:
'
http://fundmanage.domain.com
'
,
btDirect_api
:
'
http://internal.btzt.domain.com
'
,
btDirect_api
:
'
http://internal.btzt.domain.com
'
,
boHai_api
:
'
http://fundmanage.domain.com
'
,
es_api
:
'
http://172.20.2.130:9200
'
,
es_api
:
'
http://172.20.2.130:9200
'
,
sms_api
:
'
http://backend.domain.com
'
,
userCenter_api
:
'
http://passportapi2.domain.com
'
,
zbj_api
:
'
http://taurus.quantgroup.cn/
'
,
//ynTrust_api: 'http://target_host_name:7034',
gdxd_api
:
'
http://gyxd.domain.com
'
,
msgTmp_api
:
'
http://192.168.4.3:8051
'
,
msgPush_api
:
'
http://message-center-op
'
,
statistics_api
:
'
http://statisticsapi.domain.com
'
,
clotho_api
:
'
http://clotho.domain.com
'
,
fe_es_api
:
'
http://192.168.4.51:9200
'
,
merchant_api
:
'
http://merchantapi.domain.com
'
,
settlement_api
:
'
http://settlementapi.domain.com
'
,
score_api
:
'
http://scoreapi.domain.com
'
,
quantcube_api
:
'
http://quantcube-api.domain.com
'
,
ruleEngine_api
:
'
http://rule-engine.domain.com
'
,
lzs_api
:
'
http://qg-ai-calc.domain.com
'
gdxd_api
:
'
http://gyxd.domain.com
'
,
msgTmp_api
:
'
http://192.168.4.3:8051
'
,
msgPush_api
:
'
http://message-center-op
'
,
statistics_api
:
'
http://statisticsapi.domain.com
'
,
clotho_api
:
'
http://clotho.domain.com
'
,
fe_es_api
:
'
http://192.168.4.51:9200
'
,
merchant_api
:
'
http://merchantapi.domain.com
'
,
settlement_api
:
'
http://settlementapi.domain.com
'
,
score_api
:
'
http://scoreapi.domain.com
'
,
quantcube_api
:
'
http://quantcube-api.domain.com
'
,
ruleEngine_api
:
'
http://rule-engine.domain.com
'
,
lzs_api
:
'
http://qg-ai-calc.domain.com
'
},
// 站点相关的配置
...
...
@@ -35,27 +35,28 @@ module.exports = {
},
userCenter
:
'
http://op.domain.com
'
,
newUserCenter
:
'
http://op.domain.com
'
,
// mongo配置
mongo
:
{
options
:
{
options
:
{
auto_reconnect
:
true
,
poolSize
:
3
,
socketOptions
:
{
keepAlive
:
300000
,
connectTimeoutMS
:
30000
}
},
options
:
{
auto_reconnect
:
true
,
poolSize
:
3
,
socketOptions
:
{
keepAlive
:
300000
,
connectTimeoutMS
:
30000
}
},
},
api
:
{
'
implied
'
:
'
mongodb://192.168.4.50:27017/op
'
,
'
xyqb
'
:
'
mongodb://192.168.4.50:27017/h5_xyqb
'
,
'
loan
'
:
'
mongodb://192.168.4.50:27017/loan
'
,
'
ka_factory
'
:
'
mongodb://192.168.4.50:27017/ka_factory
'
}
}
},
// redis配置
redis
:
{
api
:
'
redis://redis:6379/1
'
...
...
@@ -69,10 +70,10 @@ module.exports = {
BUCKET
:
'
app-sync
'
,
},
upload
:
{
path
:
path
.
resolve
(
__dirname
,
'
../upload
'
)
},
upload
:
{
path
:
path
.
resolve
(
__dirname
,
'
../upload
'
)
},
log4js
:
{
"
appenders
"
:
[
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment