Commit 5113b6b60d63a994a89cbff6e88be6cfb2abfee8
1 parent
af00c02f
更新配置文件
Showing
4 changed files
with
13 additions
and
12 deletions
src/main/resources/application-local.yml
... | ... | @@ -183,9 +183,9 @@ file: |
183 | 183 | # 阿里pss图片服务 |
184 | 184 | oss: |
185 | 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 | 191 | db: | ... | ... |
src/main/resources/application-pre-prod.yml
... | ... | @@ -71,18 +71,18 @@ spring: |
71 | 71 | max-wait: -1 |
72 | 72 | min-idle: 3 |
73 | 73 | time-between-eviction-runs: 100 |
74 | - password: 445042a788dd | |
74 | + password: '' | |
75 | 75 | port: 6380 |
76 | 76 | timeout: 2000 |
77 | 77 | mail: |
78 | 78 | # 配置 SMTP 服务器地址 |
79 | -# host: smtp.qiye.aliyun.com | |
79 | + # host: smtp.qiye.aliyun.com | |
80 | 80 | host: smtp.163.com |
81 | 81 | # 发送者邮箱,已开通POP3/SMTP服务的邮箱,也就是你自己的 |
82 | -# username: information@alterego.xin | |
82 | + # username: information@alterego.xin | |
83 | 83 | username: chenhang4442024@163.com |
84 | 84 | # 配置密码,注意不是真正的密码,而是刚刚申请到的授权码 |
85 | -# password: AlterEgo1608ITf31 | |
85 | + # password: AlterEgo1608ITf31 | |
86 | 86 | password: ACHWYJSXRITHTMGA |
87 | 87 | # 邮件接收者 |
88 | 88 | mailRecipient: #邮件接收者邮箱 |
... | ... | @@ -167,7 +167,8 @@ openai: |
167 | 167 | # 文件存储路径 |
168 | 168 | file: |
169 | 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 | 172 | avatar: /home/order-erp/avatar/ |
172 | 173 | # 文件大小 /M |
173 | 174 | maxSize: 100 | ... | ... |
src/main/resources/application-prod.yml
... | ... | @@ -71,7 +71,7 @@ spring: |
71 | 71 | max-wait: -1 |
72 | 72 | min-idle: 3 |
73 | 73 | time-between-eviction-runs: 100 |
74 | - password: '' | |
74 | + password: 578hbpD8yf6cV8p2Cb7X | |
75 | 75 | port: 6379 |
76 | 76 | timeout: 2000 |
77 | 77 | mail: |
... | ... | @@ -80,7 +80,7 @@ spring: |
80 | 80 | # 发送者邮箱,已开通POP3/SMTP服务的邮箱,也就是你自己的 |
81 | 81 | username: information@alterego.xin |
82 | 82 | # 配置密码,注意不是真正的密码,而是刚刚申请到的授权码 |
83 | -# password: AlterEgo1608ITf31 | |
83 | + # password: AlterEgo1608ITf31 | |
84 | 84 | password: Y7AvfSJ1bcjYWXqF |
85 | 85 | # 邮件接收者 |
86 | 86 | mailRecipient: #邮件接收者邮箱 | ... | ... |