Skip to content

Commit

Permalink
added domain and email for test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeathway committed Dec 9, 2024
1 parent b6c59c2 commit 44557e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ POSTGRES_PORT=5432
POSTGRES_USER=gecompostgres
POSTGRES_PASSWORD=gecompostgres
POSTGRES_DATABASE=gecompostgres
DOMAIN=""
EMAIL=""
DOMAIN="example.com"
EMAIL="[email protected]"
ALLOWED_HOSTS=0.0.0.0,127.0.0.1,localhost
CSRF_TRUSTED_ORIGINS=http://localhost,https://example.com

Expand Down

0 comments on commit 44557e0

Please sign in to comment.