Compare commits

...

2 Commits

View File

@ -8,17 +8,18 @@ server:
directory: ../logs/accessLog
#basedir: ''
spring:
datasource:
sql:
init:
platform: postgresql
db:
num: 1
password:
'0': ${MYSQL-PWD:123456}
'0': ${POSTGRESQL-PWD:postgres}
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://${POSTGRESQL-HOST:127.0.0.1}:${POSTGRESQL-PORT:5432}/${POSTGRESQL-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:postgres}
'0': ${POSTGRESQL-USER:postgres}
pool:
config:
driver-class-name: org.postgresql.Driver