You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
455 B
21 lines
455 B
1 month ago
|
# 数据库信息
|
||
|
mysql:
|
||
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||
|
user: root
|
||
|
password: DsideaL147258369
|
||
|
jdbcUrl: jdbc:mysql://10.10.14.210:22066/base_db?useUnicode=true&useSSL=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||
|
|
||
|
# redis
|
||
|
redis:
|
||
|
ip: 10.10.14.14
|
||
|
port: 18890
|
||
|
|
||
|
sso:
|
||
|
sessionid: ds_sso_sessionid
|
||
|
|
||
|
# 可以登录的身份
|
||
|
loginLogIdentity: 1,2,3,4,5,6,7
|
||
|
|
||
|
password:
|
||
|
# MysqlAES加密解密的密码
|
||
|
AesPwd: DsideaL4r5t6y7u!
|