sandbox/console.env
2024-11-02 14:14:15 +03:00

12 lines
No EOL
348 B
Bash

SECRET_KEY='django-insecure-hzdxy#u441-_&!jhfmxi0%w9r9xoa*oowy9aix*44f4q896ww8'
DEBUG=1
LOG_LEVEL=INFO
DB_HOST=127.0.0.1
DB_PORT=5432
DB_NAME=console_db
DB_USER=console_user
DB_PASSWORD=console_user_password
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
SMC_LICENSE_KEY='6087bee1-85b6-416e-8dce-cf5609ecc77f'
LICENSE_SERVER_ADDRESS='http://10.10.14.28:8000'