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

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

fix config;

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