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 38d135e commit 5b27546Copy full SHA for 5b27546
src/main/resources/application.yml
@@ -20,7 +20,7 @@ spring:
20
database-platform: org.hibernate.dialect.MySQL8Dialect
21
data:
22
redis:
23
- host: ${REDIS_HOST:localhost}
+ host: localhost
24
port: 6379
25
password: ${REDIS_PASSWORD}
26
timeout: 2s
0 commit comments