Skip to content

Commit 21a005b

Browse files
committed
more env fixes
1 parent 789457c commit 21a005b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ services:
2323
GOOGLE_APPLICATION_CREDENTIALS: /app/jobboard-local-service-account-key.json
2424
APP_ENV: local
2525
APP_CORS_ALLOWED_ORIGINS: http://localhost:5173,http://localhost:8081
26-
APP_VERIFY_EMAIL_URL: http://localhost:5173
26+
APP_VERIFY_EMAIL_URL: http://localhost:5173/verify-email
2727
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
28+
MAIL_USERNAME: apikey
29+
MAIL_PASSWORD: replace_with_actual_mail_password
30+
APP_JWT_SECRET: c28c61e4dabc954e44c38803c47a7594
3131
APP_GCS_BUCKET: bounswe-jobboard
3232
APP_MAIL_FROM: [email protected]
3333
volumes:

0 commit comments

Comments
 (0)