Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/development.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 356e26bd68c..03af7f07864 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -23,7 +23,7 @@ Gitlab::Application.configure do
config.assets.compress = false
# Expands the lines which load the assets
- config.assets.debug = true
+ # config.assets.debug = true
# For having correct urls in mails
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }