modify the prod environment configuration
This commit is contained in:
@ -2,11 +2,11 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
type: com.zaxxer.hikari.HikariDataSource
|
type: com.zaxxer.hikari.HikariDataSource
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://localhost:3306/test_alex?characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
|
url: jdbc:mysql://117.72.202.202:3306/test_alex?characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
|
||||||
username: root
|
username: alex
|
||||||
password: ALEXzcz123456
|
password: ALEXzcz123456
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: 117.72.202.202
|
||||||
password: ALEXzcz123456
|
password: ALEXzcz123456
|
||||||
port: 6379
|
port: 6379
|
||||||
database: 0
|
database: 0
|
Reference in New Issue
Block a user