better .env.example (just edit DOMAIN)
This commit is contained in:
parent
1d195806aa
commit
5ec44d3378
|
@ -2,7 +2,7 @@ DOMAIN=localhost
|
|||
DEMO=true
|
||||
# note that with DEBUG=true, logs are more verbose (include tracebacks)
|
||||
DEBUG=true
|
||||
ALLOWED_HOSTS=localhost,localhost:8000,127.0.0.1,
|
||||
ALLOWED_HOSTS=${DOMAIN},${DOMAIN}:8000,127.0.0.1,127.0.0.1:8000
|
||||
DPP=false
|
||||
|
||||
STATIC_ROOT=/tmp/static/
|
||||
|
|
Loading…
Reference in a new issue