Commit 5113b6b60d63a994a89cbff6e88be6cfb2abfee8

Authored by chenhang4442024
1 parent af00c02f

更新配置文件

src/main/resources/application-local.yml
@@ -183,9 +183,9 @@ file: @@ -183,9 +183,9 @@ file:
183 # 阿里pss图片服务 183 # 阿里pss图片服务
184 oss: 184 oss:
185 endpoint: https://oss-cn-qingdao.aliyuncs.com 185 endpoint: https://oss-cn-qingdao.aliyuncs.com
186 - accessKeyId: LTAIZCPI7OaWud0m  
187 - accessKeySecret: nvtGeScBwRztGeoj8WSp5OWalalgpK  
188 - bucket: order-erp 186 + accessKeyId: LTAI5tHKVvrz1xxExYD7E3mo
  187 + accessKeySecret: q0m2RjNuzL4GGlUhK3P9qc2R0hZvIh
  188 + bucket: test-alterego
189 189
190 190
191 db: 191 db:
src/main/resources/application-pre-prod.yml
@@ -71,18 +71,18 @@ spring: @@ -71,18 +71,18 @@ spring:
71 max-wait: -1 71 max-wait: -1
72 min-idle: 3 72 min-idle: 3
73 time-between-eviction-runs: 100 73 time-between-eviction-runs: 100
74 - password: 445042a788dd 74 + password: ''
75 port: 6380 75 port: 6380
76 timeout: 2000 76 timeout: 2000
77 mail: 77 mail:
78 # 配置 SMTP 服务器地址 78 # 配置 SMTP 服务器地址
79 -# host: smtp.qiye.aliyun.com 79 + # host: smtp.qiye.aliyun.com
80 host: smtp.163.com 80 host: smtp.163.com
81 # 发送者邮箱,已开通POP3/SMTP服务的邮箱,也就是你自己的 81 # 发送者邮箱,已开通POP3/SMTP服务的邮箱,也就是你自己的
82 -# username: information@alterego.xin 82 + # username: information@alterego.xin
83 username: chenhang4442024@163.com 83 username: chenhang4442024@163.com
84 # 配置密码,注意不是真正的密码,而是刚刚申请到的授权码 84 # 配置密码,注意不是真正的密码,而是刚刚申请到的授权码
85 -# password: AlterEgo1608ITf31 85 + # password: AlterEgo1608ITf31
86 password: ACHWYJSXRITHTMGA 86 password: ACHWYJSXRITHTMGA
87 # 邮件接收者 87 # 邮件接收者
88 mailRecipient: #邮件接收者邮箱 88 mailRecipient: #邮件接收者邮箱
@@ -167,7 +167,8 @@ openai: @@ -167,7 +167,8 @@ openai:
167 # 文件存储路径 167 # 文件存储路径
168 file: 168 file:
169 path: /home/canrd/order-erp/files/ 169 path: /home/canrd/order-erp/files/
170 - host: http://47.104.8.35 170 +# host: http://47.104.8.35
  171 + host: http://39.108.227.113
171 avatar: /home/order-erp/avatar/ 172 avatar: /home/order-erp/avatar/
172 # 文件大小 /M 173 # 文件大小 /M
173 maxSize: 100 174 maxSize: 100
src/main/resources/application-prod.yml
@@ -71,7 +71,7 @@ spring: @@ -71,7 +71,7 @@ spring:
71 max-wait: -1 71 max-wait: -1
72 min-idle: 3 72 min-idle: 3
73 time-between-eviction-runs: 100 73 time-between-eviction-runs: 100
74 - password: '' 74 + password: 578hbpD8yf6cV8p2Cb7X
75 port: 6379 75 port: 6379
76 timeout: 2000 76 timeout: 2000
77 mail: 77 mail:
@@ -80,7 +80,7 @@ spring: @@ -80,7 +80,7 @@ spring:
80 # 发送者邮箱,已开通POP3/SMTP服务的邮箱,也就是你自己的 80 # 发送者邮箱,已开通POP3/SMTP服务的邮箱,也就是你自己的
81 username: information@alterego.xin 81 username: information@alterego.xin
82 # 配置密码,注意不是真正的密码,而是刚刚申请到的授权码 82 # 配置密码,注意不是真正的密码,而是刚刚申请到的授权码
83 -# password: AlterEgo1608ITf31 83 + # password: AlterEgo1608ITf31
84 password: Y7AvfSJ1bcjYWXqF 84 password: Y7AvfSJ1bcjYWXqF
85 # 邮件接收者 85 # 邮件接收者
86 mailRecipient: #邮件接收者邮箱 86 mailRecipient: #邮件接收者邮箱
src/main/resources/application.yml
1 server: 1 server:
2 - port: 18001 2 + port: 18000
3 3
4 spring: 4 spring:
5 profiles: 5 profiles:
6 - active: pre-prod  
7 \ No newline at end of file 6 \ No newline at end of file
  7 + active: test
8 \ No newline at end of file 8 \ No newline at end of file