Skip to content

Commit

Permalink
chore: Update Django server configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorley15 committed Jul 9, 2024
1 parent 8479d9f commit 7bb70b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ EOF
fi

# Start Django server
python manage.py runserver 0.0.0.0:8000
python manage.py runserver 0.0.0.0:8000
2 changes: 1 addition & 1 deletion frontend/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PUBLIC_SERVER_URL=http://127.0.0.1:8000
BODY_SIZE_LIMIT=Infinity
BODY_SIZE_LIMIT=Infinity

0 comments on commit 7bb70b8

Please sign in to comment.