ansible-collection-uffd/roles/uffd/templates/uffd.cfg.j2

4 lines
118 B
Text
Raw Normal View History

FLASK_ENV="production"
SQLALCHEMY_DATABASE_URI="sqlite:////var/lib/uffd/db.sqlite"
SECRET_KEY="{{ uffd_secret_key }}"