build(Admin): 更新环境配置- 修改 profile 路径为 E:/SaiLun/uploadPath

- 新增 myPath 配置项为 D:/智慧热电监控平台
- 更新 Redis 密码为 hw123456
- 更新 Druid 数据源密码为 haiwei@123
IOT
zch 2 months ago
parent 2ebf0d0545
commit 129963e5b7

@ -6,12 +6,9 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
# url: jdbc:mysql://175.27.215.92:3306/iot_smarthotspot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root
# password: haiwei@123
url: jdbc:mysql://127.0.0.1:3306/iot_smarthotspot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://127.0.0.1:3306/iot_smarthotspot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root username: root
password: 123456 password: haiwei@123
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭

@ -7,8 +7,8 @@ ruoyi:
# 版权年份 # 版权年份
copyrightYear: 2024 copyrightYear: 2024
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath # 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
# profile: E:/SaiLun/uploadPath profile: E:/SaiLun/uploadPath
profile: D:/ruoyi/uploadPath myPath: D:/智慧热电监控平台
# 获取ip地址开关 # 获取ip地址开关
addressEnabled: false addressEnabled: false
# 验证码类型 math 数字计算 char 字符验证 # 验证码类型 math 数字计算 char 字符验证
@ -69,16 +69,12 @@ spring:
redis: redis:
# 地址 # 地址
host: 127.0.0.1 host: 127.0.0.1
# host: 175.27.215.92
# host: 127.0.0.1
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6379
# 数据库索引 # 数据库索引
database: 12 database: 12
# 密码 # 密码
password: 123456 password: hw123456
# password: redis@2023
# password: 123456
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:

Loading…
Cancel
Save