We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8522f commit e212b70Copy full SHA for e212b70
src/main/resources/application-prod.yml
@@ -4,6 +4,7 @@ spring:
4
data:
5
redis:
6
host: ${REDIS_HOST}
7
+ port: ${REDIS_PORT:6379}
8
password: ${REDIS_PASSWORD}
9
elasticsearch:
10
client:
0 commit comments