Skip to content

Commit

Permalink
Allow all hosts and change requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edbourque0 committed Sep 4, 2024
1 parent cf671d1 commit f6c6745
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashstats/clashstats/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ["localhost", "clashstats.azurewebsites.net", "10.0.0.28", "clash.ebourque.com"]
ALLOWED_HOSTS = ["*"]


# Application definition
Expand Down
Binary file modified clashstats/db.sqlite3
Binary file not shown.
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit f6c6745

Please sign in to comment.