Skip to content

Commit

Permalink
allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishankoradia committed Mar 16, 2024
1 parent afa6caf commit 91e44da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion llm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = [
"openllm.projecttech4dev.org",
"localhost",
"127.0.0.1",
]


# Application definition
Expand Down

0 comments on commit 91e44da

Please sign in to comment.