Skip to content

Commit

Permalink
add deployed app to known hostsf
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdequin committed Oct 18, 2023
1 parent b4e3334 commit c2145d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/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 = bool(int(os.environ.get('DEBUG', 0)))

ALLOWED_HOSTS = ['app', 'localhost', '127.0.0.1']
ALLOWED_HOSTS = ['app', 'localhost', '127.0.0.1', 'ec2-34-239-104-90.compute-1.amazonaws.com']
ALLOWED_HOSTS.extend(
filter(
None,
Expand Down

0 comments on commit c2145d5

Please sign in to comment.