|
@@ -15,10 +15,10 @@ spring:
|
|
|
max-lifetime: 1800000 # 连接的生命时长(毫秒),超时而且没被使用则被释放(retired),默认:30分钟 1800000ms
|
|
|
connection-test-query: SELECT 1 # 连接测试语句
|
|
|
redis:
|
|
|
- host: 120.25.146.52
|
|
|
+ host: r-wz9owsphxqwi4ztqlf.redis.rds.aliyuncs.com
|
|
|
port: 6379
|
|
|
timeout: 6000ms
|
|
|
- password:
|
|
|
+ password: 3oo19bgh0cae2406&
|
|
|
jedis:
|
|
|
pool:
|
|
|
max-active: 10 #连接池最大连接数(使用负值表示没有限制)
|
|
@@ -37,7 +37,7 @@ spring:
|
|
|
#port: 8080
|
|
|
fdService:
|
|
|
#官网生产环境:https://www.4dkankan.com http://test.4dkankan.com
|
|
|
- basePath: https://test.4dkankan.com
|
|
|
+ basePath: https://v4-uat.4dkankan.com
|
|
|
port: 80
|
|
|
#basePath: http://192.168.0.38/4dkankan_v2
|
|
|
#port: 8080
|