Skip to content
Snippets Groups Projects
Commit 1bd4150e authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Drop workers feature flag

parent cadc6f85
No related branches found
No related tags found
1 merge request!1846Drop workers feature flag
......@@ -191,7 +191,6 @@ def get_settings_parser(base_dir):
features_parser.add_option('selection', type=bool, default=True)
features_parser.add_option('search', type=bool, default=False)
features_parser.add_option('transkribus', type=bool, default=True)
features_parser.add_option('workers', type=bool, default=False)
banner_parser = parser.add_subparser('banner', default={})
banner_parser.add_option('message', type=str, default=None)
......
......@@ -38,7 +38,6 @@ features:
selection: true
signup: true
transkribus: true
workers: false
gitlab:
app_id: null
app_secret: null
......
......@@ -50,7 +50,6 @@ features:
selection: false
signup: false
transkribus: false
workers: true
gitlab:
app_id: a
app_secret: b
......
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