Skip to content

Commit

Permalink
Update settings.py change IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Shtanskiy authored Jul 3, 2024
1 parent e46acc7 commit a3455c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
CSRF_TRUSTED_ORIGINS = [
'https://*.better-together.acceleratorpracticum.ru/',
'https://*2260993-dk30711.twc1.net/',
'https://*.80.87.109.180',
'https://*.94.241.143.166',
'https://*.127.0.0.1',
'http://*.better-together.acceleratorpracticum.ru/',
'http://*2260993-dk30711.twc1.net/',
'http://*.80.87.109.180',
'http://*.94.241.143.166',
'http://*.127.0.0.1',
]

Expand Down Expand Up @@ -213,7 +213,7 @@

CORS_ALLOWED_ORIGINS = [
'http://localhost:3000',
'http://80.87.109.180:3000',
'http://94.241.143.166:3000',
'http://better-together.acceleratorpracticum.ru',
'https://better-together.acceleratorpracticum.ru',
]
Expand Down

0 comments on commit a3455c5

Please sign in to comment.