|
@@ -70,8 +70,8 @@ spring:
|
|
|
isEnable: true
|
|
|
|
|
|
## standalone config
|
|
|
- host: 127.0.0.1
|
|
|
- port: 6379
|
|
|
+ host: ${REDIS_HOST:127.0.0.1}
|
|
|
+ port: ${REDIS_PORT:6379}
|
|
|
|
|
|
## cluster config
|
|
|
# cluster:
|
|
@@ -248,7 +248,7 @@ encryption:
|
|
|
|
|
|
|
|
|
logging:
|
|
|
- config: config/logback.xml
|
|
|
+ config: classpath:config/logback.xml
|
|
|
|
|
|
## nacos 配置
|
|
|
nacos:
|