Skip to content
Snippets Groups Projects
Commit 97f26c8f authored by Valentin Rigal's avatar Valentin Rigal Committed by Erwan Rouchet
Browse files

Revert "Groups feature flag"

This reverts commit 19fa8c46.
parent 18428623
No related branches found
No related tags found
1 merge request!1167Revert "Groups feature flag"
......@@ -128,7 +128,6 @@ def get_settings_parser(base_dir):
features_parser.add_option('search', type=bool, default=True)
features_parser.add_option('transkribus', type=bool, default=True)
features_parser.add_option('workers', type=bool, default=False)
features_parser.add_option('groups', type=bool, default=False)
cache_parser = ConfigParser()
cache_parser.add_option('type', type=CacheType, default=None)
......
......@@ -29,7 +29,6 @@ elasticsearch:
- localhost
email: null
features:
groups: false
search: true
selection: true
signup: true
......
......@@ -43,7 +43,6 @@ email:
port: 25
user: teklia@wanadoo.fr
features:
groups: true
search: false
selection: false
signup: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment