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 789457c commit 21a005bCopy full SHA for 21a005b
docker-compose.yml
@@ -23,11 +23,11 @@ services:
23
GOOGLE_APPLICATION_CREDENTIALS: /app/jobboard-local-service-account-key.json
24
APP_ENV: local
25
APP_CORS_ALLOWED_ORIGINS: http://localhost:5173,http://localhost:8081
26
- APP_VERIFY_EMAIL_URL: http://localhost:5173
+ APP_VERIFY_EMAIL_URL: http://localhost:5173/verify-email
27
APP_RESET_PASSWORD_URL: http://localhost:5173/reset-password
28
- MAIL_USERNAME: generic_mail_user
29
- MAIL_PASSWORD: generic_mail_password
30
- APP_JWT_SECRET: generic_jwt_secret_key_for_development_only_12345
+ MAIL_USERNAME: apikey
+ MAIL_PASSWORD: replace_with_actual_mail_password
+ APP_JWT_SECRET: c28c61e4dabc954e44c38803c47a7594
31
APP_GCS_BUCKET: bounswe-jobboard
32
APP_MAIL_FROM: [email protected]
33
volumes:
0 commit comments