15 lines
397 B
YAML
15 lines
397 B
YAML
|
spring:
|
||
|
# redis 配置
|
||
|
redis:
|
||
|
host: 81.68.139.95
|
||
|
port: 6793
|
||
|
database: 8
|
||
|
timeout: 5000
|
||
|
password: Rtf70vILtD
|
||
|
|
||
|
# 数据库 配置
|
||
|
datasource:
|
||
|
url: jdbc:mysql://172.17.0.15:3165/group_dinner_beta?characterEncoding=utf-8&autoReconnect=true&maxReconnects=2&useSSL=false&failOverReadOnly=false&serverTimezone=Asia/Shanghai
|
||
|
username: gdbeta
|
||
|
password: X3h>2P(fe+x5J
|