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
36714a58
Commit
36714a58
authored
Feb 05, 2018
by
daidekun
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.quantgroup.cn:QA/config_repository
parents
b4996bce
bea72406
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
12 deletions
+15
-12
urge_dispatcher.properties
java/urge_dispatcher.properties
+4
-1
phoneChannel.lua
lua-ui/lua/phoneChannel.lua
+1
-1
xyqb-h5-backend.js
nodejs/xyqb-h5-backend.js
+10
-10
No files found.
java/urge_dispatcher.properties
View file @
36714a58
...
@@ -10,7 +10,10 @@ data.source.dispatcher.jdbcUrl=jdbc:mysql://192.168.4.204:3306/urge_dispatcher_w
...
@@ -10,7 +10,10 @@ data.source.dispatcher.jdbcUrl=jdbc:mysql://192.168.4.204:3306/urge_dispatcher_w
data.source.dispatcher.username
=
root
data.source.dispatcher.username
=
root
data.source.dispatcher.password
=
root
data.source.dispatcher.password
=
root
data.source.collection.user
=
collection_r
data.source.collection.password
=
9HZkyR2KPFqOCzFN
data.source.collection.url
=
jdbc:mysql://192.168.4.6:7315/collection?useUnicode=true&characterEncoding=utf8
data.source.collection.maxPoolSize
=
10
data.source.dispatcher.maxPoolSize
=
20
data.source.dispatcher.maxPoolSize
=
20
#测试环境xyqb db connection config
#测试环境xyqb db connection config
...
...
lua-ui/lua/phoneChannel.lua
View file @
36714a58
...
@@ -72,4 +72,4 @@ if (ngx.var.excludeChannel ~= '' or ngx.var.tailNumber ~= '') then
...
@@ -72,4 +72,4 @@ if (ngx.var.excludeChannel ~= '' or ngx.var.tailNumber ~= '') then
end
end
end
end
return
channelP
ath
;
return
p
ath
;
nodejs/xyqb-h5-backend.js
View file @
36714a58
...
@@ -6,16 +6,16 @@ module.exports = {
...
@@ -6,16 +6,16 @@ module.exports = {
port
:
80
,
port
:
80
,
api
:
{
api
:
{
passport_api
:
'
http://
xyqb-user2
'
,
passport_api
:
'
http://
passport.domain.com
'
,
xjd_api
:
'
http://
xyqb
'
,
xjd_api
:
'
http://
api.domain.com
'
,
redpacket_api
:
'
http://redpacket
'
,
redpacket_api
:
'
http://redpacket
.domain.com
'
,
score_api
:
'
http://score
'
,
score_api
:
'
http://score
api.domain.com
'
,
auth_api
:
'
https://
han-gu-guan
'
,
auth_api
:
'
https://
auth.domain.com
'
,
flow_api
:
'
http://
traffic-webapp
'
,
flow_api
:
'
http://
flow.domain.com
'
,
mall_api
:
'
http://
xyqb-mall
'
,
mall_api
:
'
http://
mallapi.domain.com
'
,
bt_api
:
'
http://b
aitiao
'
,
bt_api
:
'
http://b
tapi.domain.com
'
,
appbackend_api
:
'
http://
app-backend
'
,
appbackend_api
:
'
http://
sappbackend.domain.com
'
,
pay_api
:
'
http://
gu-bei
'
pay_api
:
'
http://
payapi.domain.com
'
},
},
redis
:
{
redis
:
{
...
...
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