Skip to content
Snippets Groups Projects
Commit 19fa8c46 authored by Valentin Rigal's avatar Valentin Rigal Committed by Bastien Abadie
Browse files

Groups feature flag

parent bef46da7
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ 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,6 +29,7 @@ elasticsearch:
- localhost
email: null
features:
groups: false
search: true
selection: true
signup: true
......
......@@ -43,6 +43,7 @@ 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