Files
2020-dq/.env.sample

15 lines
477 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` для настройки проекта Django. Скопируйте его в `.env` и измените значения на свои.
DEBUG=on
SECRET_KEY=change_me_in_production
ALLOWED_HOSTS=127.0.0.1,localhost
ADMIN_EMAIL=admin@example.com
# Database (SQLite is default)
# DATABASE_URL=sqlite:///db.sqlite3
# Email
# Format: smtp://user:password@host:port
EMAIL_URL=smtp://user:password@smtp.example.com:25