Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Shtanskiy authored Jul 9, 2024
1 parent 0ec47a1 commit 02f0926
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS', '127.0.0.1').split(',')

CSRF_TRUSTED_ORIGINS = [
'https://better-together.tw1.ru/',
'https://*.94.241.143.166',
'https://*.127.0.0.1',
'http://better-together.tw1.ru/',
'http://*.94.241.143.166',
'http://*.127.0.0.1',
'http://94.241.143.166',
'https://better-together.tw1.ru',
'http://localhost:8000',
]

INSTALLED_APPS = [
Expand Down

0 comments on commit 02f0926

Please sign in to comment.