enable/disable plugins by config option
This commit is contained in:
parent
6d98be6d22
commit
64bb8e043d
21 changed files with 65 additions and 15 deletions
|
|
@ -67,6 +67,12 @@ default: &defaults
|
|||
# Members of a user's groups and administrators can still see full names.
|
||||
use_nick: false
|
||||
|
||||
# Most plugins can be enabled/disabled here as well. Messages and wiki are enabled
|
||||
# by default and need to be set to false to disable. Most other plugins needs to
|
||||
# be enabled before they do anything.
|
||||
#use_wiki: true
|
||||
#use_messages: true
|
||||
|
||||
# Base font size for generated PDF documents
|
||||
#pdf_font_size: 12
|
||||
# Page size for generated PDF documents
|
||||
|
|
@ -86,8 +92,8 @@ default: &defaults
|
|||
notification:
|
||||
error_recipients:
|
||||
- admin@foodcoop.test
|
||||
sender_address: "\"FoodSoft Error\" <foodsoft@foodcoop.test>"
|
||||
email_prefix: "[FoodSoft]"
|
||||
sender_address: "\"Foodsoft Error\" <foodsoft@foodcoop.test>"
|
||||
email_prefix: "[Foodsoft]"
|
||||
|
||||
# Access to sharedLists, the external article-database
|
||||
shared_lists:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue