Add config options for task attachments #125

Merged
konrad merged 2 commits from feature/task-attachments-config into master 2020-01-26 19:10:32 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit a5b95f8a2b - Show all commits

View File

@ -24,6 +24,8 @@ service:
enablelinksharing: true
# Whether to let new users registering themselves or not
enableregistration: true
# Whether to enable task attachments or not
enabletaskattachments: true
database:
# Database type to use. Supported types are mysql and sqlite.

View File

@ -67,6 +67,8 @@ service:
enablelinksharing: true
# Whether to let new users registering themselves or not
enableregistration: true
# Whether to enable task attachments or not
enabletaskattachments: true
database:
# Database type to use. Supported types are mysql and sqlite.