change make_current_version_link to default to False

This is semi-broken and barely used, it should be off by default for 2.0.
This commit is contained in:
Hans-Christoph Steiner 2020-10-06 16:35:07 +02:00
parent 00c2cc969a
commit ae3c9c0552
3 changed files with 3 additions and 1 deletions

View file

@ -124,7 +124,7 @@ default_config = {
'sync_from_local_copy_dir': False,
'allow_disabled_algorithms': False,
'per_app_repos': False,
'make_current_version_link': True,
'make_current_version_link': False,
'current_version_name_source': 'Name',
'deploy_process_logs': False,
'update_stats': False,