|
@@ -4,7 +4,7 @@ server:
|
|
|
max-swallow-size: -1
|
|
max-swallow-size: -1
|
|
|
basedir: /app/sp/smarttrade/temp/${spring.profiles.active}
|
|
basedir: /app/sp/smarttrade/temp/${spring.profiles.active}
|
|
|
servlet:
|
|
servlet:
|
|
|
- context-path: /router/mail
|
|
|
|
|
|
|
+ context-path: /router/email
|
|
|
compression:
|
|
compression:
|
|
|
enabled: true
|
|
enabled: true
|
|
|
min-response-size: 1024
|
|
min-response-size: 1024
|
|
@@ -150,7 +150,7 @@ logging:
|
|
|
environment: test
|
|
environment: test
|
|
|
|
|
|
|
|
# 站内消息、邮件模板中的前端站点根地址(覆盖 application.yml 默认值)
|
|
# 站内消息、邮件模板中的前端站点根地址(覆盖 application.yml 默认值)
|
|
|
-domainname: https://mail.storlead.com
|
|
|
|
|
|
|
+domainname: https://email.test.storlead.com
|
|
|
|
|
|
|
|
file:
|
|
file:
|
|
|
mode: 1
|
|
mode: 1
|
|
@@ -160,9 +160,9 @@ file:
|
|
|
path: ~/file/
|
|
path: ~/file/
|
|
|
avatar: ~/avatar/
|
|
avatar: ~/avatar/
|
|
|
linux:
|
|
linux:
|
|
|
- path: /mnt/vdb/storlead/sales/file/email/attachments/
|
|
|
|
|
- avatar: /mnt/vdb/storlead/sales/file/avatar/
|
|
|
|
|
- jpeg: /mnt/vdb/storlead/sales/file/email/image/
|
|
|
|
|
|
|
+ path: /mnt/vdb/email/file/email/attachments/
|
|
|
|
|
+ avatar: /mnt/vdb/email/file/avatar/
|
|
|
|
|
+ jpeg: /mnt/vdb/email/file/email/image/
|
|
|
windows:
|
|
windows:
|
|
|
path: D:\images\file\
|
|
path: D:\images\file\
|
|
|
avatar: D:\images\
|
|
avatar: D:\images\
|