修改配置文件

This commit is contained in:
lcj
2025-10-22 20:19:40 +08:00
parent 61244321a7
commit 806e8f3391
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,7 @@
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8899
--- # 监控中心配置
spring.boot.admin.client:
# 增加客户端开关

View File

@ -1,3 +1,7 @@
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 9918
--- # 临时文件存储位置 避免临时文件被系统清理报错
spring.servlet.multipart.location: /ruoyi/server/temp
@ -105,7 +109,7 @@ spring.data:
# 端口默认为6379
port: 9287
# 数据库索引
database: 6
database: 17
# redis 密码必须配置
password: syar23rdsaagdrsa
# 连接超时时间
@ -308,8 +312,8 @@ weather:
dxf2GeoJson:
file-name: main
ys7:
app-key: 3acf9f1a43dc4209841e0893003db0a2
app-secret: 09e29c70ae1161fbc3ce2030fc09ba2e
app-key: xxx
app-secret: xxx
job:
capture-enabled: true # 控制是否启用萤石抓拍任务
device-sync-enabled: true # 控制是否同步萤石设备

View File

@ -1,3 +1,7 @@
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8899
--- # 临时文件存储位置 避免临时文件被系统清理报错
spring.servlet.multipart.location: /ruoyi/server/temp

View File

@ -22,7 +22,7 @@ captcha:
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8899
# port: 8899
servlet:
# 应用的访问路径
context-path: /