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

Commit ccd8a1ca authored by anjiabin's avatar anjiabin

修改演出订单

parent a8942549
...@@ -94,9 +94,9 @@ spring: ...@@ -94,9 +94,9 @@ spring:
database: ${liquidnet.mongodb.database} database: ${liquidnet.mongodb.database}
redis: redis:
database: 15 database: 15
port: 6379 port: ${liquidnet.redis.port}
host: 39.106.122.201 host: ${liquidnet.redis.host}
password: 3Xa%8p password: ${liquidnet.redis.password}
lettuce: lettuce:
pool: pool:
max-active: 8 max-active: 8
......
...@@ -31,6 +31,10 @@ liquidnet: ...@@ -31,6 +31,10 @@ liquidnet:
pwd: S&y$6d*JwJ pwd: S&y$6d*JwJ
sslEnabled: false sslEnabled: false
database: dev_ln_scene database: dev_ln_scene
redis:
host: 39.106.122.201
port: 6379
password: 3Xa%8p
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"
......
...@@ -31,6 +31,11 @@ liquidnet: ...@@ -31,6 +31,11 @@ liquidnet:
pwd: $hAh4SGcDQ pwd: $hAh4SGcDQ
sslEnabled: false sslEnabled: false
database: test_ln_scene database: test_ln_scene
redis:
host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
# host: r-2zefzyjbij5vbez65y.redis.rds.aliyuncs.com
port: 6380
password: PO@B!Iud32
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