Bump to 0.05.14

This commit is contained in:
meaz 2021-06-17 06:06:53 +02:00
parent 660f38fb76
commit 9972ec5353
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
#LUFI DEFAULT VARIABLES
lufi_version: '0.05.13'
lufi_version: '0.05.14'
lufi_build_options: '--deployment --without=test --without=postgresql --without=mysql'
lufi_username: 'lufi'
lufi_uid: '1003'
@ -13,6 +13,7 @@ lufi_proxy: '1'
lufi_contact: 'support[at]example.lan'
lufi_report: 'support@example.lan'
lufi_mail_sender: no-reply@example.lan
lufi_mail_disable: '0'
lufi_instance_name: 'lufi'
lufi_secrets: 'secret'
lufi_theme: 'default'

View File

@ -172,6 +172,10 @@
# optional, default to no-reply@lufi.io
mail_sender => '{{ lufi_mail_sender }}',
# Disable sending mail through the server
# optional, default is false
disable_mail_sending => {{ lufi_mail_disable }},
#############
# DB settings
#############