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
76badc16
Commit
76badc16
authored
Dec 12, 2017
by
daidekun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appbackend
parent
39380dbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
172 additions
and
0 deletions
+172
-0
appbackend.js
nodejs/appbackend.js
+172
-0
No files found.
nodejs/appbackend.js
0 → 100644
View file @
76badc16
'
use strict
'
;
module
.
exports
=
{
// disableAuthentication: true,
port
:
7018
,
hostname
:
'
http://target_host_name:7018
'
,
secrets
:
{
//session: 'xyqb-app-api-test-0.0.1'
session
:
process
.
env
.
SECRETS_SESSION
||
'
xyqb-app-api-prod-0.0.1
'
},
db
:
{
host
:
'
target_host_name
'
,
user
:
'
qa
'
,
password
:
'
qatest
'
,
database
:
'
xyqb
'
},
coreDb
:
{
host
:
'
target_host_name
'
,
user
:
'
qa
'
,
password
:
'
qatest
'
,
database
:
'
xyqb_app
'
},
mallDb
:
{
host
:
'
target_host_name
'
,
user
:
'
qa
'
,
password
:
'
qatest
'
,
database
:
'
mall
'
},
usercenter
:
{
host
:
'
target_host_name
'
,
user
:
'
qa
'
,
password
:
'
qatest
'
,
database
:
'
xyqb_user
'
},
redis
:
{
host
:
'
target_host_name
'
,
port
:
'
6379
'
},
xyqbQuery
:
{
root
:
'
http://target_host_name:7033
'
},
defaultCaptcha
:
'
000000
'
,
// 测试环境短信验证码
userServer
:
{
// 函谷关
//host: 'http://target_host_name:7013'
//用户中心
host
:
'
http://target_host_name:7042
'
},
xyqbapiServer
:
{
root
:
'
http://target_host_name:7003
'
},
spiderCenter
:{
//老版授信
root
:
'
http://target_host_name:7021
'
,
//新版授信
host
:
'
http://139.198.2.95:38099
'
},
loanAPIServer
:
{
root
:
'
http://target_host_name:7003
'
,
loginUrl
:
'
http://target_host_name:7042/app/login2
'
//loginUrl: 'http://target_host_name:7013/app/login'
},
coreServer
:
{
root
:
'
http://127.0.0.1:1337
'
},
blankNote
:
{
root
:
'
http://target_host_name:7025
'
,
clientIp
:
'
61.50.125.14
'
},
mall
:
{
root
:
'
http://target_host_name:7019
'
,
authRoot
:
'
http://target_host_name:7019
'
,
//authMallUser: true,
clientIp
:
'
61.50.125.14
'
,
// 公司的外网IP
//enableMultipleOrderPerMonth: false
jd
:{
app_key
:
'
319e864090664a499ee6417b9e243f62
'
}
},
authorization
:
{
//root: 'http://192.168.4.193:8080/SpiderServer/api',
root
:
'
http://mock.q-gp.com/SpiderServer/api
'
,
haoxindu
:
{
root
:
'
http://openapi.quantgroup.cn/qauth
'
},
zhima
:
{
root
:
'
http://target_host_name:7003
'
,
rootscore
:
'
http://target_host_name:7005
'
}
},
activities
:
{
repaymentLottery
:
{
url
:
'
http://wechat.xyqb.com/turntable.html
'
},
redEnvelop
:
{
startAt
:
'
2016-03-15
'
,
finishAt
:
'
2016-04-01
'
},
invitation
:
{
startAt
:
'
2016-03-15
'
,
finishAt
:
'
2016-04-01
'
},
pickCoin
:
{
startAt
:
'
2016-02-29
'
,
finishAt
:
'
2016-03-21
'
},
blankNoteRedEnvelop
:
{
startAt
:
'
2016-04-01
'
,
finishAt
:
'
2016-05-01
'
}
},
loanProcess
:
{
h5Host
:
'
http://target_host_name:7001
'
},
op
:
{
root
:
'
http://target_host_name:7019
'
,
},
redPacket
:
{
// 红包系统
root
:
'
http://target_host_name:7031
'
},
activity
:
{
h5Host
:
'
http://target_host_name:7040
'
},
blanknote
:
{
h5Host
:
'
http://target_host_name:7058
'
},
//微信商城 7058 mall-ui , 7080 new-mall-ui
mallH5Host
:
'
http://target_host_name:7080
'
,
msgDb
:
{
host
:
'
192.168.4.3
'
,
user
:
'
qa
'
,
password
:
'
qatest
'
,
database
:
'
msg
'
},
xyqbOfflineApiServer
:{
root
:
'
http://target_host_name:7010
'
},
jd
:
{
root
:
'
http://mock.q-gp.com
'
},
userCenterApiServer
:
{
root
:
'
http://target_host_name:7042
'
},
// 积分系统
score
:
{
root
:
'
http://target_host_name:7056
'
,
h5Host
:
'
http://target_host_name:7051
'
},
//个人中心优惠券地址
baseUI
:
{
host
:
'
http://target_host_name:7051
'
},
//运营系统优化添加配置
rabbitMQ
:
{
host
:
'
target_host_name
'
,
user
:
'
qa
'
,
password
:
'
qatest
'
},
userCreditApiServer
:
{
root
:
'
http://target_host_name:7079
'
}
};
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