fix:修改配置文件
This commit is contained in:
parent
92f471955d
commit
7a6ad817b3
|
@ -15,11 +15,10 @@ db:
|
|||
password:
|
||||
'0': ${MYSQL-PWD:123456}
|
||||
url:
|
||||
'0': jdbc:postgresql://${MYSQL-HOST:182.92.183.230}:${MYSQL-PORT:5432}/${MYSQL-DB:nacos}?tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos_java
|
||||
'0': jdbc:postgresql://${MYSQL-HOST:127.0.0.1}:${MYSQL-PORT:5432}/${MYSQL-DB:nacos}?tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos_java
|
||||
#'0': jdbc:postgresql://${MYSQL-HOST:172.21.50.118}:${MYSQL-PORT:5432}/${MYSQL-DB:nacos}?tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos_java
|
||||
user:
|
||||
'0': ${MYSQL-USER:temp}
|
||||
#'0': ${MYSQL-USER:postgres}
|
||||
'0': ${MYSQL-USER:postgres}
|
||||
pool:
|
||||
config:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
|
Loading…
Reference in New Issue
Block a user