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.
|
|
|
|
# 数据库信息
|
|
|
|
|
driverClassName=org.postgresql.Driver
|
|
|
|
|
user=postgres
|
|
|
|
|
password=DsideaL147258369
|
|
|
|
|
jdbcUrl=jdbc:postgresql://10.10.14.71:5432/dsBase_db?reWriteBatchedInserts=true
|
|
|
|
|
|
|
|
|
|
# redis
|
|
|
|
|
redis_ip=10.10.14.14
|
|
|
|
|
redis_port=18890
|
|
|
|
|
|
|
|
|
|
# 首页
|
|
|
|
|
first_page=/login.html
|
|
|
|
|
|
|
|
|
|
# 在线人数统计,超过10分钟算法离线,10分钟以内有调用接口的行为算在线,同时,需要维护已登录在线人数,和未登录在线人数两个数据
|
|
|
|
|
action_set_login=ACTION_SET_LOGIN
|
|
|
|
|
action_set_nologin=ACTION_SET_NOLOGIN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 导出excel 的模板配置路径
|
|
|
|
|
excelExportTemplatePathSuffix=/ExcelExportTemplate/
|
|
|
|
|
# 导入excel 的模板配置路径
|
|
|
|
|
ExcelImportTemplatePathSuffix=/ExcelImportTemplate/
|
|
|
|
|
|
|
|
|
|
# 自定义日志文件的位置
|
|
|
|
|
logPath=d:/Logs/dsBase.log
|