Skip to content
Snippets Groups Projects
Commit 29dd1c14 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Correct the correction for application_setting.rb

parent a9d4623b
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -295,8 +295,8 @@ class ApplicationSetting < ActiveRecord::Base
unique_ips_limit_per_user: 10,
unique_ips_limit_time_window: 3600,
usage_ping_enabled: Settings.gitlab['usage_ping_enabled'],
user_default_external: false,
instance_statistics_visibility_private: false
instance_statistics_visibility_private: false,
user_default_external: false
}
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment