From 9d6baa20e5d74f09117220bed88257a62508469c Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 19 Jun 2018 14:25:47 +0200 Subject: [PATCH] Ubuntu reviews disabled --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index b81a232..72d7f9d 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -97,7 +97,7 @@ Rails.application.configure do ] # URL to fetch reviews from the Ubuntu JSON API - config.ubuntu_reviews_api_url = 'https://reviews.ubuntu.com/reviews/api/1.0/reviews/filter/en/any/any/any/%s' + # config.ubuntu_reviews_api_url = 'https://reviews.ubuntu.com/reviews/api/1.0/reviews/filter/en/any/any/any/%s' config.images_path = Rails.root.join('public', 'screenshots')