mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
23 lines
452 B
Plaintext
23 lines
452 B
Plaintext
# Application settings
|
|
SECRET_KEY=django-insecure-)rq@!&v7l2r%2%q#n!uq+zk@=&yc0^&ql^7%2!%9u)vt1x&j=d
|
|
ALLOWED_HOSTS=rs.acconcept.ru;localhost
|
|
|
|
|
|
# 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=dev-db
|
|
DB_USER=dev-test-user
|
|
DB_PASSWORD=02BD82EE0D
|
|
DB_HOST=postgresql-db
|
|
DB_PORT=5432
|
|
|
|
|
|
# Debug settings
|
|
DEBUG=1
|
|
PYTHONDEVMODE=1
|
|
PYTHONTRACEMALLOC=1 |