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

Commit cc07260c authored by 张国柄's avatar 张国柄

fix config;

parent cf325212
......@@ -17,6 +17,9 @@ liquidnet:
level-root: info
mysql:
database-name: dev_ln_scene
mongodb:
sslEnabled: false
database: dev_ln_scene
url-pay:
pay: http://testpay.zhengzai.tv
check: http://testpay.zhengzai.tv/order/verify
......@@ -26,6 +29,3 @@ liquidnet:
accessSecret:
#以下为spring各环境个性配置
spring:
data-mongo-sslEnabled: false
data-mongo-database: dev_ln_scene
......@@ -109,8 +109,8 @@ spring:
data:
mongodb:
uri: mongodb://${liquidnet.mongodb.user}:${liquidnet.mongodb.pwd}@${liquidnet.mongodb.host}/?authSource=admin&maxPoolSize=4000&waitQueueMultiple=100
sslEnabled: ${spring.data-mongo-sslEnabled}
database: ${spring.data-mongo-database}
sslEnabled: ${liquidnet.mongodb.sslEnabled}
database: ${liquidnet.mongodb.database}
datasource:
name: ${liquidnet.mysql.database-name}
url: jdbc:mysql://${liquidnet.mysql.urlHostAndPort}/${liquidnet.mysql.database-name}?serverTimezone=UTC&characterEncoding=utf-8&useSSL=false
......
......@@ -17,6 +17,6 @@ liquidnet:
pattern-rolling-file-name: ${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level-root: info
mysql:
database-name: ln_adam
database-name: dev_ln_since
#以下为spring各环境个性配置
\ No newline at end of file
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