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.
25 lines
557 B
25 lines
557 B
3 months ago
|
# 数据库信息
|
||
|
postgresql:
|
||
|
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
|
||
|
port: 18890
|
||
|
|
||
|
# JWT
|
||
|
jwt:
|
||
|
SECRET: ZXZnZWVr5b+r5LmQ5L2g55qE5Ye66KGM
|
||
|
|
||
|
# 首页
|
||
|
first_page: /login.html
|
||
|
|
||
|
excel:
|
||
|
# 导出excel 的模板配置路径
|
||
|
excelExportTemplatePathSuffix: /ExcelExportTemplate/
|
||
|
# 导入excel 的模板配置路径
|
||
|
ExcelImportTemplatePathSuffix: /ExcelImportTemplate/
|