update
This commit is contained in:
parent
675a2f5118
commit
8d25240be4
@ -8,7 +8,7 @@ DEBUG=True
|
|||||||
DJANGO_SETTINGS_MODULE=project_name.settings.dev
|
DJANGO_SETTINGS_MODULE=project_name.settings.dev
|
||||||
ALLOWED_HOSTS='app.backend.dev'
|
ALLOWED_HOSTS='app.backend.dev'
|
||||||
CSRF_TRUSTED_ORIGINS='http://app.backend.dev'
|
CSRF_TRUSTED_ORIGINS='http://app.backend.dev'
|
||||||
CORS_ALLOWED_ORIGINS=['http://app.backend.dev','http://localhost:3000']
|
CORS_ALLOWED_ORIGINS=http://app.backend.dev,http://localhost:3000
|
||||||
|
|
||||||
# Postgres configuration variables
|
# Postgres configuration variables
|
||||||
POSTGRES_USER=postgres
|
POSTGRES_USER=postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user