feat: add deployment host and domain configuration guide
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
APP_DOMAIN=
|
||||
APP_BASE_URL=
|
||||
DJANGO_SECRET_KEY=change-me-long-random-value
|
||||
DJANGO_DEBUG=1
|
||||
DJANGO_ALLOWED_HOSTS=192.168.2.55,localhost,127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user