We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5568f commit 4950913Copy full SHA for 4950913
src/main/resources/application-prod.yml
@@ -16,7 +16,7 @@ spring:
16
redis:
17
host: 172.17.0.1
18
port: 6379
19
- password: ${secret.redis.password}
+ password: ${spring.redis.password}
20
jpa:
21
hibernate:
22
ddl-auto: update
0 commit comments