Skip to content

Commit

Permalink
Update sample.env
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorhayz committed Nov 16, 2023
1 parent 7c08a5a commit dd8968f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ SECRET_KEY= 1111
PG_DB= Forum-Sandbox
PG_USER= user
PG_PASSWORD= postgres
DB_HOST=
DB_PORT=
DB_HOST= db
DB_PORT= 5432

#SMTP
EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
EMAIL_HOST=
EMAIL_PORT=
EMAIL_USE_TLS=
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
EMAIL_HOST= [email protected]
EMAIL_PORT= 587
EMAIL_USE_TLS= 1
EMAIL_HOST_USER= [email protected]
EMAIL_HOST_PASSWORD= test-password

#origin hostnames allowed to make cross-site HTTP requests
CORS_ORIGIN_WHITELIST=

0 comments on commit dd8968f

Please sign in to comment.