Files
2026-etpgrf-site/.env.example

8 lines
313 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Пример файла `.env` из которого проект берёт секреты.
# Переименуйте его в `.env` и заполните своими значениями.
# Настройки Django
DEBUG=True
SECRET_KEY=change-me-in-production
ALLOWED_HOSTS=localhost,127.0.0.1,0.0.0.0