Merge pull request 'Bump to 0.05.14' (#1) from lufi_0.05.14 into master

Reviewed-on: #1
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
meaz 2021-07-13 19:03:11 +00:00
commit 8f734fa9c1
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
#############