Skip to content
Snippets Groups Projects
Commit 3ff48755 authored by Izaak Alpert's avatar Izaak Alpert Committed by Wes Gurney
Browse files

Defaulted theme to MARS

Change-Id: I02814fb47edcc915309183547cc8dcb165100f4f
parent fa141971
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
Loading
Loading
@@ -48,7 +48,7 @@ production: &base
## MODERN = 3
## GRAY = 4
## COLOR = 5
# default_theme: 1 # default: 1
# default_theme: 2 # default: 2
 
 
## Users management
Loading
Loading
Loading
Loading
@@ -52,7 +52,7 @@ Settings['issues_tracker'] ||= {}
Settings['gitlab'] ||= Settingslogic.new({})
Settings.gitlab['default_projects_limit'] ||= 10
Settings.gitlab['default_can_create_group'] = true if Settings.gitlab['default_can_create_group'].nil?
Settings.gitlab['default_theme'] = Gitlab::Theme::BASIC if Settings.gitlab['default_theme'].nil?
Settings.gitlab['default_theme'] = Gitlab::Theme::MARS if Settings.gitlab['default_theme'].nil?
Settings.gitlab['host'] ||= 'localhost'
Settings.gitlab['https'] = false if Settings.gitlab['https'].nil?
Settings.gitlab['port'] ||= Settings.gitlab.https ? 443 : 80
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