Skip to content

Commit

Permalink
add the ALLOWED_HOSTS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
skdishansachin authored Nov 14, 2023
1 parent 57ff9d2 commit 6c48928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
SECRET_KEY=my_secret_key
DEBUG=True

# ALLOWED_HOSTS=yourdomain.com,anotherdomain.com (Each host is separated by a comma)
ALLOWED_HOSTS=*

DB_ENGINE=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
Expand Down

0 comments on commit 6c48928

Please sign in to comment.