Commit 07cef0e5 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'follow-up-20723-ee' into 'master'

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

See merge request gitlab-org/gitlab-ee!6734
parents 3d2af926 e2554c42
......@@ -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