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 2b964ba commit ca618b5Copy full SHA for ca618b5
backend/spring-boot/docker-compose-api.dev.yml
@@ -21,8 +21,8 @@ services:
21
REDIS_DATABASE: ${REDIS_DATABASE:-0}
22
REDIS_PASSWORD: ${REDIS_PASSWORD:-root}
23
USER_PASSWORD: ${USER_PASSWORD:-qwerty123}
24
- GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID:client_id}
25
- GOOGLE_CLIENT_SECRET: ${GOOGLE_CLIENT_SECRET:client_secret}
+ GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID:-client_id}
+ GOOGLE_CLIENT_SECRET: ${GOOGLE_CLIENT_SECRET:-client_secret}
26
SMTP_HOST: ${SMTP_HOST:-smtp.sendgrid.net}
27
SMTP_PORT: ${SMTP_PORT:-587}
28
SMTP_USERNAME: ${SMTP_USER:-apikey}
0 commit comments