修改环境配置
This commit is contained in:
@@ -13,6 +13,7 @@ spring:
|
||||
password: ${REDIS_PASSWORD:123456}
|
||||
port: ${REDIS_PORT:6379}
|
||||
timeout: 8s
|
||||
database: 2
|
||||
|
||||
# 电子邮箱
|
||||
email:
|
||||
|
||||
@@ -13,6 +13,7 @@ spring:
|
||||
password: ${REDIS_PASSWORD:#8kPCdAsser}
|
||||
port: ${REDIS_PORT:30089}
|
||||
timeout: 10s
|
||||
database: 0
|
||||
|
||||
# 电子邮箱
|
||||
email:
|
||||
|
||||
@@ -4,7 +4,7 @@ server:
|
||||
# 数据源配置
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://${MYSQL_HOST:192.168.31.105}:${MYSQL_PORT:3306}/${DB_NAME:offerpie}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
|
||||
url: jdbc:mysql://${MYSQL_HOST:192.168.31.105}:${MYSQL_PORT:3306}/${DB_NAME:offerpie_test}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
|
||||
username: ${MYSQL_USERNAME:root}
|
||||
password: ${MYSQL_PASSWORD:123456}
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
@@ -13,6 +13,7 @@ spring:
|
||||
password: ${REDIS_PASSWORD:123456}
|
||||
port: ${REDIS_PORT:6379}
|
||||
timeout: 8s
|
||||
database: 1
|
||||
|
||||
# 电子邮箱
|
||||
email:
|
||||
|
||||
Reference in New Issue
Block a user