Add localhost to allowed_hosts

This commit is contained in:
IRBorisov 2024-02-25 21:53:18 +03:00
parent 105a37dac0
commit 51c2d2bde6

View File

@ -1,7 +1,7 @@
# Application settings
# SECRET_KEY=
ALLOWED_HOSTS=portal.acconcept.ru;api.portal.acconcept.ru
ALLOWED_HOSTS=portal.acconcept.ru;api.portal.acconcept.ru;localhost
CSRF_TRUSTED_ORIGINS=https://portal.acconcept.ru;https://api.portal.acconcept.ru
CORS_ALLOWED_ORIGINS=https://portal.acconcept.ru
CSRF_COOKIE_DOMAIN=.portal.acconcept.ru