|
|
@@ -9,14 +9,14 @@ ruoyi:
|
|
|
# 实例演示开关
|
|
|
demoEnabled: true
|
|
|
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
|
|
- profile: /data/project/file
|
|
|
+ profile: /home/admin/project/file
|
|
|
# 获取ip地址开关
|
|
|
addressEnabled: false
|
|
|
cloudPath: http://127.0.0.1:8000
|
|
|
#经销商微信接口相关配置
|
|
|
customer:
|
|
|
- appid: ap4f8e6a38b6142187
|
|
|
- appsecret: d5c234b37e9f9ecb47a71ba6a788bd3e
|
|
|
+ appid: ap8abb6c43d59b26fc
|
|
|
+ appsecret: 379ebe6db52a9aa30d5789507aeccddb
|
|
|
#正式域名 https://ac.nipponpaint.com.cn
|
|
|
domain: https://ac.nipponpaint.com.cn
|
|
|
|
|
|
@@ -41,7 +41,7 @@ logging:
|
|
|
level:
|
|
|
com.dgtly: debug
|
|
|
org.springframework: warn
|
|
|
- path: /data/project/logs/
|
|
|
+ path: /home/admin/project/logs/
|
|
|
|
|
|
# 用户配置
|
|
|
user:
|