We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d46b55 commit 32c32afCopy full SHA for 32c32af
1 file changed
src/main/resources/application.yaml
@@ -26,8 +26,8 @@ spring:
26
redis:
27
host: "${REDIS_HOST}"
28
port: "${REDIS_PORT}"
29
- username: "${REDIS_USERNAME:redis}"
30
- password: "${REDIS_PASSWORD:changeme}"
+ username: "${REDIS_USERNAME:default}"
+ password: "${REDIS_PASSWORD}"
31
session:
32
timeout: 7d
33
data:
0 commit comments