Commit e2554c42 authored by Rémy Coutable's avatar Rémy Coutable

Fix a few disrepencies between CE and EE in the lines ordering

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 0399de90
......@@ -228,8 +228,8 @@ class ApplicationSetting < ActiveRecord::Base
def self.defaults
{
after_sign_up_text: nil,
allow_local_requests_from_hooks_and_services: false,
akismet_enabled: false,
allow_local_requests_from_hooks_and_services: false,
authorized_keys_enabled: true, # TODO default to false if the instance is configured to use AuthorizedKeysCommand
container_registry_token_expire_delay: 5,
default_artifacts_expire_in: '30 days',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment