# HG changeset patch # User Milka Kuzminski # Date 2021-02-05 23:25:21 # Node ID 44ed282b7577015c462035edf126f40f719cc0f0 # Parent 3e261a347092b6376224e6d26576e5d1c285c3e6 installation: fixed some defaults for better 1st time experience. diff --git a/rhodecode/lib/db_manage.py b/rhodecode/lib/db_manage.py --- a/rhodecode/lib/db_manage.py +++ b/rhodecode/lib/db_manage.py @@ -595,12 +595,13 @@ class DbManage(object): # Visual ('show_public_icon', True, 'bool'), ('show_private_icon', True, 'bool'), - ('stylify_metatags', False, 'bool'), + ('stylify_metatags', True, 'bool'), ('dashboard_items', 100, 'int'), ('admin_grid_items', 25, 'int'), ('markup_renderer', 'markdown', 'unicode'), + ('repository_fields', True, 'bool'), ('show_version', True, 'bool'), ('show_revision_number', True, 'bool'), ('show_sha_length', 12, 'int'),