linking lacre directory to global python package dir

This commit is contained in:
muppeth 2022-05-14 08:50:20 +02:00
parent 9fb2b1bd37
commit a01b263afd
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,6 @@ send_email = yes
notification_email = {{ lacre_notification_email }}
mail_templates = {{ lacre_mail_templates }}
[logging]
[logging]
# path to the logging configuration; see documentation for details:
# https://docs.python.org/3/library/logging.config.html#logging-config-fileformat
@ -95,6 +94,7 @@ port = {{ lacre_smtp_port }}
starttls = {{ lacre_smtp_starttls }}
[database]
enabled = {{ lacre_db_enabled }}
{% if lacre_db_backend == 'sqlite' %}
url = sqlite://{{ lacre_db_name }}
{% endif %}