Skip to content

Commit

Permalink
Change the ALLOWEDs once again.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkoov committed Jan 15, 2024
1 parent 21c267a commit f5b93c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

DEBUG = os.getenv("DEBUG", "false").lower() == "true"

ALLOWED_HOSTS = ["77.222.43.136"]
ALLOWED_HOSTS = ["77.222.43.136", "127.0.0.1", "localhost", "taski.zapto.org"]

# Application definition
INSTALLED_APPS = [
Expand Down

0 comments on commit f5b93c0

Please sign in to comment.