modified production settings

pull/2/head
mtyton 2023-05-25 20:42:50 +02:00
rodzic cabc144810
commit 819f452a8b
1 zmienionych plików z 7 dodań i 4 usunięć

Wyświetl plik

@ -4,10 +4,13 @@ DEBUG = False
SECRET_KEY = os.environ.get("SECRET_KEY")
ALLOWED_HOSTS = [
"91.195.93.3",
"91.195.93.3:8001",
"localhost",
"0.0.0.0",
"127.0.0.1"
"127.0.0.1",
"artel.tepewu.pl"
]
CSRF_TRUSTED_ORIGINS = [
"https://0.0.0.0", "http://0.0.0.0",
"https://localhost", "http://localhost",
"https://artel.tepewu.pl"
]
CSRF_TRUSTED_ORIGINS = ['91.195.93.3:8001', '91.195.93.3']