linking lacre directory to global python package dir
This commit is contained in:
parent
9fb2b1bd37
commit
a01b263afd
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue