Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Nov 21, 2023
1 parent 8da5c5c commit 1f7c4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SECRET_KEY=
DEBUG=False
HOST_PROTO=http
HOST_URL="0.0.0.0"
ALLOWED_HOSTS="localhost, 0.0.0.0"
HOST_URL=localhost # use 0.0.0.0 for Docker
ALLOWED_HOSTS=localhost, 0.0.0.0
HOST_PORT=8000

USE_DOCKER=0 # Set 1 to use Docker
Expand Down

0 comments on commit 1f7c4cc

Please sign in to comment.