|
@@ -2,7 +2,7 @@ server:
|
|
|
port: 10080
|
|
port: 10080
|
|
|
tomcat:
|
|
tomcat:
|
|
|
max-swallow-size: -1
|
|
max-swallow-size: -1
|
|
|
- basedir: /app/sp/smarttrade/temp/${spring.profiles.active}
|
|
|
|
|
|
|
+ basedir: /app/temp
|
|
|
servlet:
|
|
servlet:
|
|
|
context-path: /router/email
|
|
context-path: /router/email
|
|
|
compression:
|
|
compression:
|
|
@@ -42,16 +42,18 @@ spring:
|
|
|
- classpath:/templates
|
|
- classpath:/templates
|
|
|
# 设置静态文件路径,js,css等 #redis 配置
|
|
# 设置静态文件路径,js,css等 #redis 配置
|
|
|
redis:
|
|
redis:
|
|
|
- host: test1.storlead.com #test1.storlead.com
|
|
|
|
|
|
|
+ host: 192.168.1.69 #test1.storlead.com
|
|
|
port: 59394
|
|
port: 59394
|
|
|
database: 10
|
|
database: 10
|
|
|
|
|
+ connect-timeout: 10000
|
|
|
lettuce:
|
|
lettuce:
|
|
|
pool:
|
|
pool:
|
|
|
- max-wait: 100000
|
|
|
|
|
|
|
+ max-wait: 10000
|
|
|
max-idle: 10
|
|
max-idle: 10
|
|
|
max-active: 100
|
|
max-active: 100
|
|
|
- timeout: 5000
|
|
|
|
|
- password: bnoCWkyDqYA*ecT7FoL7
|
|
|
|
|
|
|
+ min-idle: 2
|
|
|
|
|
+ timeout: 10000
|
|
|
|
|
+ password: UMneDqYAemeL7
|
|
|
|
|
|
|
|
mvc:
|
|
mvc:
|
|
|
static-path-pattern: /**
|
|
static-path-pattern: /**
|
|
@@ -150,7 +152,7 @@ logging:
|
|
|
environment: test
|
|
environment: test
|
|
|
|
|
|
|
|
# 站内消息、邮件模板中的前端站点根地址(覆盖 application.yml 默认值)
|
|
# 站内消息、邮件模板中的前端站点根地址(覆盖 application.yml 默认值)
|
|
|
-domainname: https://email.test.storlead.com
|
|
|
|
|
|
|
+domainname: https://test1.storlead.com
|
|
|
|
|
|
|
|
file:
|
|
file:
|
|
|
mode: 1
|
|
mode: 1
|