We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a3a0e commit bd4b46cCopy full SHA for bd4b46c
application.properties.docker
@@ -23,7 +23,7 @@ oauth2.client_scope=${OAUTH2_CLIENT_SCOPE}
23
#oauth2.jws_alg=${OAUTH2_JWS_ALG}
24
#oauth2.jwk_private_key=${OAUTH2_JWK_PRIVATE_KEY}
25
26
-spring.redis.database=${SPRING_REDIS_DATABASE:}
+#spring.redis.database=${SPRING_REDIS_DATABASE:}
27
spring.redis.host=${SPRING_REDIS_HOST}
28
spring.redis.port=${SPRING_REDIS_PORT:6379}
29
spring.redis.password=${SPRING_REDIS_PASSWORD:} #sets to empty if not present
0 commit comments