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.
16 lines
310 B
16 lines
310 B
1 year ago
|
# 数据库信息
|
||
|
driverClassName=org.postgresql.Driver
|
||
|
user = postgres
|
||
|
password =DsideaL147258369
|
||
|
jdbcUrl = jdbc:postgresql://10.10.14.71:5432/szjz_db
|
||
|
|
||
|
redis_ip=10.10.14.14
|
||
|
redis_port=18890
|
||
|
|
||
|
# SSO的SessionId名称
|
||
|
sso.sessionid=ds_sso_sessionid
|
||
|
|
||
|
# 记录登录日志的范围
|
||
|
loginLogIdentity=1,2,3,4,5,6,7
|
||
|
|