Skip to content

Commit

Permalink
fix: prod
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Jul 14, 2024
1 parent 4fce05c commit fc4dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NEXT_PUBLIC_API_BASE_URL: "http://your-site.com:8400"
ports:
- "8400:8400"
environment:
ENVIRONMENT: "DEVELOPMENT"
ENVIRONMENT: "PRODUCTION"
PG_DSN: "postgresql://bracket_prod:bracket_prod@postgres:5432/bracket_prod"
CORS_ORIGINS: https://your-site.com
CORS_ORIGIN_REGEX: ^https://your-site.com$
Expand Down

0 comments on commit fc4dca0

Please sign in to comment.