From 6ef3505b190001cba49077c98bce25054cdc4577 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 26 Feb 2014 12:44:29 +0200 Subject: [PATCH] Add default settings to test env. Removed wrong comment for rack_profiler --- config/gitlab.yml.example | 5 +++++ config/initializers/6_rack_profiler.rb | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index ce57465..39f35ad 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -227,6 +227,11 @@ development: test: <<: *base + gravatar: + enabled: true + gitlab: + host: localhost + port: 80 issues_tracker: redmine: title: "Redmine" diff --git a/config/initializers/6_rack_profiler.rb b/config/initializers/6_rack_profiler.rb index d1ebca4..a7ee3c5 100644 --- a/config/initializers/6_rack_profiler.rb +++ b/config/initializers/6_rack_profiler.rb @@ -1,4 +1,3 @@ -# If Mini Profiler is included via gem if Rails.env == 'development' require 'rack-mini-profiler' -- libgit2 0.21.2