Skip to content

Commit

Permalink
ft-transcendence-tv4y.onrender.com added
Browse files Browse the repository at this point in the history
  • Loading branch information
yeaktas committed Apr 20, 2024
1 parent f1915a5 commit 062c96b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions indianpong/indianpong/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@

BASE_URL = environ.get("BASE_URL", default='https://localhost:8443')

ALLOWED_HOSTS = ['indianpong.onrender.com', 'localhost', '127.0.0.1', 'indianpongu.onrender.com']#environ.get("ALLOWED_HOSTS", default="").split(" ")
ALLOWED_HOSTS = ['indianpong.onrender.com', 'localhost', '127.0.0.1', 'ft-transcendence-tv4y.onrender.com']#environ.get("ALLOWED_HOSTS", default="").split(" ")

CSRF_TRUSTED_ORIGINS = [
'https://indianpong.onrender.com',
'https://ft-transcendence-tv4y.onrender.com',
'http://indianpong.onrender.com',
'https://indianpongu.onrender.com',
'http://indianpongu.onrender.com',
'https://127.0.0.1:8443',
'https://localhost:8443',
'http://localhost:8000',
Expand Down

0 comments on commit 062c96b

Please sign in to comment.