mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
24 lines
577 B
Plaintext
24 lines
577 B
Plaintext
![]() |
# Application settings
|
||
|
|
||
|
ALLOWED_HOSTS=localhost;portal.acconcept.ru;dev.concept.ru
|
||
|
CSRF_TRUSTED_ORIGINS=http://dev.concept.ru:3000;http://localhost:3000;http://portal.acconcept.ru:3000
|
||
|
CORS_ALLOWED_ORIGINS=http://dev.concept.ru:3000;http://localhost:3000;http://portal.acconcept.ru:3000
|
||
|
|
||
|
|
||
|
# File locations
|
||
|
STATIC_ROOT=/home/app/web/static
|
||
|
MEDIA_ROOT=/home/app/web/media
|
||
|
|
||
|
|
||
|
# Database settings
|
||
|
DB_ENGINE=django.db.backends.postgresql_psycopg2
|
||
|
DB_NAME=portal-db
|
||
|
DB_USER=portal-admin
|
||
|
DB_HOST=postgresql-db
|
||
|
DB_PORT=5432
|
||
|
|
||
|
|
||
|
# Debug settings
|
||
|
DEBUG=0
|
||
|
PYTHONDEVMODE=0
|
||
|
PYTHONTRACEMALLOC=0
|