config local env for debuging

This commit is contained in:
2025-10-18 12:07:47 +03:30
parent d4e14a1e51
commit 2f70581b34
6 changed files with 61 additions and 30 deletions

View File

@@ -1,15 +1,17 @@
# Django secrets
SECRET_KEY=super-insecure-django-key
SECRET_KEY=django-insecure-@0apn-lk85pfw=z00x2ib$w9#rwz8%2v4i_n^^9jz-m9b+y55*
DEBUG=True
ALLOWED_HOSTS=*
ALLOWED_HOSTS=localhost,127.0.0.1,https://rasadyar.net,https://localhost:9200,https://api.rasadyar.net,*.rasadyar.com,https://dam.rasadyar.net,http://localhost:3000,http://192.168.88.130:3000,https://rasaddam-front.liara.run,ns0ck4ksk0koks8ksw0ss08g.31.7.78.133.sslip.io # noqa
ENV_NAME=DEV
# Datbase secrets
DB_HOST=localhost
DB_PORT=5432
DB_NAME=example_db
# Database secrets
DB_HOST=31.7.78.133
DB_PORT=14352
DB_NAME=Development
DB_USERNAME=postgres
DB_PASSWORD=12345678
DB_PASSWORD=pfLIVXupbDetvFMt2gUvxLXUL9b4HIOHaPcKXsBEZ1i8zl0iLUjmhUfXlGfJKcTV
ENV RUNNING_IN_DOCKER=1
# Super user information
SUPERUSER_EMAIL=superuser@example.com
# SUPERUSER_EMAIL=superuser@example.com