updated allowed hosts
rodzic
f44ed30828
commit
4a299071d2
|
@ -4,7 +4,8 @@ DEBUG = False
|
|||
|
||||
SECRET_KEY = os.environ.get("SECRET_KEY")
|
||||
ALLOWED_HOSTS = [
|
||||
"91.195.93.3",
|
||||
"http://91.195.93.3",
|
||||
"https://91.195.93.3",
|
||||
"localhost",
|
||||
"0.0.0.0",
|
||||
"127.0.0.1"
|
||||
|
|
Ładowanie…
Reference in New Issue