SECRET_KEY={{ secret_key }}
ALLOWED_HOSTS=127.0.0.1,localhost
{% if database == 'postgresql' or database == 'mysql' %}DB_NAME=
DB_USER=
DB_PASSWORD=
DB_HOST=
DB_PORT={% endif %}

{% if use_smtp_email %}EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD={% endif %}