##// END OF EJS Templates
setup: Remove DB setting entry from rhodecode setup code.
johbo -
r56:f642efa4 default
parent child Browse files
Show More
@@ -537,7 +537,6 b' class DbManage(object):'
537 ('clone_uri_tmpl', Repository.DEFAULT_CLONE_URI, 'unicode'),
537 ('clone_uri_tmpl', Repository.DEFAULT_CLONE_URI, 'unicode'),
538 ('support_url', '', 'unicode'),
538 ('support_url', '', 'unicode'),
539 ('update_url', RhodeCodeSetting.DEFAULT_UPDATE_URL, 'unicode'),
539 ('update_url', RhodeCodeSetting.DEFAULT_UPDATE_URL, 'unicode'),
540 ('license_key', '', 'unicode'),
541 ('show_revision_number', True, 'bool'),
540 ('show_revision_number', True, 'bool'),
542 ('show_sha_length', 12, 'int'),
541 ('show_sha_length', 12, 'int'),
543 ]
542 ]
General Comments 0
You need to be logged in to leave comments. Login now