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 5374b15 commit 4e8a872Copy full SHA for 4e8a872
src/main/resources/application-prod.yml
@@ -9,6 +9,7 @@ spring:
9
redis:
10
host: ${REDIS_HOST}
11
port: 6379
12
+ password: ${REDIS_PASSWORD}
13
14
config:
15
import: optional:file:.env[.properties]
0 commit comments