修改nacos配置文件
This commit is contained in:
parent
9a0f00ab29
commit
433c04eea4
|
|
@ -8,14 +8,15 @@ server:
|
||||||
directory: ../logs/accessLog
|
directory: ../logs/accessLog
|
||||||
#basedir: ''
|
#basedir: ''
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
sql:
|
||||||
platform: postgresql
|
init:
|
||||||
|
platform: postgresql
|
||||||
db:
|
db:
|
||||||
num: 1
|
num: 1
|
||||||
password:
|
password:
|
||||||
'0': ${MYSQL-PWD:postgres}
|
'0': ${MYSQL-PWD:postgres}
|
||||||
url:
|
url:
|
||||||
'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.170.142}:${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
|
#'0': jdbc:postgresql://${MYSQL-HOST:172.21.50.118}:${MYSQL-PORT:5432}/${MYSQL-DB:nacos}?tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos_java
|
||||||
user:
|
user:
|
||||||
#'0': ${MYSQL-USER:temp}
|
#'0': ${MYSQL-USER:temp}
|
||||||
Loading…
Reference in New Issue
Block a user