modified production settings
rodzic
cabc144810
commit
819f452a8b
|
@ -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']
|
||||
|
|
Ładowanie…
Reference in New Issue