docker
This commit is contained in:
parent
162a5e7c03
commit
19a9e66269
|
@ -36,6 +36,7 @@ ALLOWED_HOSTS = [
|
|||
"back:8000",
|
||||
]
|
||||
CSRF_TRUSTED_ORIGINS = (
|
||||
"https://demo.kustarshina.ru",
|
||||
"http://localhost",
|
||||
"http://192.168.103.159",
|
||||
)
|
||||
|
@ -52,6 +53,7 @@ CORS_ORIGIN_WHITELIST = [
|
|||
"http://front:4173",
|
||||
"http://front:5173",
|
||||
"http://back:8000",
|
||||
"https://demo.kustarshina.ru",
|
||||
]
|
||||
# Application definition
|
||||
|
||||
|
|
Loading…
Reference in New Issue