记得上下班打卡 | git大法好,push需谨慎

Commit 4932d8bc authored by anjiabin's avatar anjiabin

修改admin-web配置

parent a4c196c8
...@@ -87,6 +87,22 @@ spring: ...@@ -87,6 +87,22 @@ spring:
restart: restart:
# 热部署开关 # 热部署开关
enabled: false enabled: false
data:
mongodb:
uri: mongodb://${liquidnet.mongodb.user}:${liquidnet.mongodb.pwd}@${liquidnet.mongodb.host}/?authSource=admin&maxPoolSize=4000&waitQueueMultiple=100
sslEnabled: ${liquidnet.mongodb.sslEnabled}
database: ${liquidnet.mongodb.database}
redis:
database: 15
port: 6379
host: 39.106.122.201
password: 3Xa%8p
lettuce:
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
# MyBatis # MyBatis
mybatis: mybatis:
......
...@@ -24,6 +24,13 @@ liquidnet: ...@@ -24,6 +24,13 @@ liquidnet:
username: testmall username: testmall
password: zhengzai!mYT password: zhengzai!mYT
database-name: dev_ln_scene database-name: dev_ln_scene
mongodb:
host: 39.106.122.201:27017
port: 27017
user: root
pwd: S&y$6d*JwJ
sslEnabled: false
database: dev_ln_scene
url-refund: url-refund:
apply: "http://testpay.zhengzai.tv/refund/single" apply: "http://testpay.zhengzai.tv/refund/single"
notify: "https://devkylin.zhengzai.tv/kylin/refund/callback" notify: "https://devkylin.zhengzai.tv/kylin/refund/callback"
...@@ -56,19 +63,3 @@ spring: ...@@ -56,19 +63,3 @@ spring:
include: include:
- druid - druid
- client-admin-web - client-admin-web
data:
mongodb:
uri: mongodb://root:S&y$6d*JwJ@39.106.122.201:27017/?authSource=admin&waitQueueMultiple=100
sslEnabled: false
database: dev_ln_scene
redis:
database: 15
port: 6379
host: 39.106.122.201
password: 3Xa%8p
lettuce:
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
...@@ -24,6 +24,13 @@ liquidnet: ...@@ -24,6 +24,13 @@ liquidnet:
username: zhengzai username: zhengzai
password: $hAh4SGcDQ password: $hAh4SGcDQ
database-name: test_ln_scene database-name: test_ln_scene
mongodb:
host: s-2zef656730e5a1d4.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14.mongodb.rds.aliyuncs.com:3717
port: 3717
user: root
pwd: $hAh4SGcDQ
sslEnabled: false
database: dev_ln_scene
url-refund: url-refund:
apply: "http://testpay.zhengzai.tv/refund/single" apply: "http://testpay.zhengzai.tv/refund/single"
notify: "https://testkylin.zhengzai.tv/kylin/refund/callback" notify: "https://testkylin.zhengzai.tv/kylin/refund/callback"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment