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