Skip to content

Commit

Permalink
Fix nextauth secret variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 8, 2024
1 parent 9a5362f commit 27d6727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker-compose-ccva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- postgres
- frontend
environment:
NEXT_AUTH_SECRET: ${NEXT_AUTH_SECRET}
NEXTAUTH_SECRET: ${NEXT_AUTH_SECRET}
VIRTUAL_HOST: https://${DEPLOY_BASE_DOMAIN}
DATABASE_URL: postgresql://ccva:${DATABASE_PASSWORD}@postgres:5432/ccva_test
NEXTAUTH_URL: https://${DEPLOY_BASE_DOMAIN}
Expand Down

0 comments on commit 27d6727

Please sign in to comment.