Skip to content

Commit

Permalink
indianpongu
Browse files Browse the repository at this point in the history
  • Loading branch information
yeaktas committed Apr 20, 2024
1 parent c8ede7b commit f1915a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# docker-compose.yaml
version: '3.9'

services:
web:
#image: aktas/indianpong:latest
build:
context: .
dockerfile: Dockerfile
Expand Down
4 changes: 3 additions & 1 deletion indianpong/indianpong/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@

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

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

CSRF_TRUSTED_ORIGINS = [
'https://indianpong.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 f1915a5

Please sign in to comment.