19 lines
526 B
Plaintext
Executable File
19 lines
526 B
Plaintext
Executable File
MEDIA_ROOT=/app/media
|
|
DB_ENGINE=django.db.backends.postgresql_psycopg2
|
|
DB_SCHEMA=d
|
|
DB_USER=postgres
|
|
DB_PASSWORD=1
|
|
DB_HOST=db
|
|
DB_PUBLIC_PORT=5555
|
|
DB_INTERNAL_PORT=5432
|
|
DEBUG=FALSE
|
|
CORS_ALLOWED_ORIGINS=*
|
|
BASE_URL=http://107.120.70.69:8001
|
|
CTEL_KEY=99999999999999999999999999999999
|
|
ALLOWED_HOSTS='*'
|
|
BROKER_URL=amqp://test:test@172.17.0.1:5672//
|
|
BASE_UI_URL=http://107.120.70.136:8080/
|
|
HOST_MEDIA_FOLDER=/home/my/folder/example
|
|
GID=example
|
|
UID=example
|
|
SECRET_KEY=999999999999999999999999999999999999999999999999999999999999999999 |