Skip to content

Commit

Permalink
Add allowed host
Browse files Browse the repository at this point in the history
  • Loading branch information
maxuver authored Aug 2, 2023
1 parent d5de474 commit 71b7794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/kittygram_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

DEBUG = os.environ.get('DEBUG', False) == 'True'

ALLOWED_HOSTS = ['127.0.0.1']
ALLOWED_HOSTS = ['158.160.76.223', 'kittygram.myvnc.com']

INSTALLED_APPS = [
'django.contrib.admin',
Expand Down

0 comments on commit 71b7794

Please sign in to comment.