parent
6a943f6120
commit
3fd73fc7ca
@ -1,24 +0,0 @@
|
|||||||
# 数据库信息
|
|
||||||
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
|
|
||||||
|
|
||||||
# JWT
|
|
||||||
SECRET: ZXZnZWVr5b+r5LmQ5L2g55qE5Ye66KGM
|
|
||||||
|
|
||||||
# 首页
|
|
||||||
first_page=/login.html
|
|
||||||
|
|
||||||
|
|
||||||
# 导出excel 的模板配置路径
|
|
||||||
excelExportTemplatePathSuffix=/ExcelExportTemplate/
|
|
||||||
# 导入excel 的模板配置路径
|
|
||||||
ExcelImportTemplatePathSuffix=/ExcelImportTemplate/
|
|
||||||
|
|
||||||
# 自定义日志文件的位置
|
|
||||||
logPath=d:/Logs/dsBase.log
|
|
@ -0,0 +1,24 @@
|
|||||||
|
# 数据库信息
|
||||||
|
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/
|
@ -0,0 +1,24 @@
|
|||||||
|
# 数据库信息
|
||||||
|
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/
|
Loading…
Reference in new issue