# Secrets defined here are available for reference under registry/password,
# env/secret, builder/secrets, and accessories/*/env/secret in config/deploy.yml.
#
# This file is git-ignored, so it's safe to store secrets here.
#
# In a team setting all secrets could be pulled from either password manager, ENV or an encrypted file.
# See https://kamal-deploy.org/docs/configuration/environment-variables/#secrets for more information.

SECRET_KEY={{ secret_key }}{% if not use_sqlite %}
DATABASE_URL={{ database_url }}
POSTGRES_PASSWORD={{ postgres_password }}{% endif %}
