Skip to content

Commit

Permalink
Adding allowed host
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo committed Oct 7, 2023
1 parent b053735 commit 9096942
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
# DEBUG = True
DEBUG = env('DEBUG')


ALLOWED_HOSTS = ["*"]
ALLOWED_HOSTS = ["cmp-production.up.railway.app", "*"]

INTERNAL_IPS = [
# ...
Expand Down

0 comments on commit 9096942

Please sign in to comment.