mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 04:35:19 +02:00
chore: Update Django server configuration
This commit is contained in:
parent
8479d9f231
commit
7bb70b8014
2 changed files with 2 additions and 2 deletions
|
@ -34,4 +34,4 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start Django server
|
# Start Django server
|
||||||
python manage.py runserver 0.0.0.0:8000
|
python manage.py runserver 0.0.0.0:8000
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PUBLIC_SERVER_URL=http://127.0.0.1:8000
|
PUBLIC_SERVER_URL=http://127.0.0.1:8000
|
||||||
BODY_SIZE_LIMIT=Infinity
|
BODY_SIZE_LIMIT=Infinity
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue