From 1dc86f182772aa5cd31f7f180a6f7692d6447768 Mon Sep 17 00:00:00 2001 From: cyril Date: Mon, 18 May 2015 22:08:06 +0200 Subject: [PATCH] remove env DISQUS_SHORTNAME --- app/assets/templates/projects/show.html.erb | 2 +- config/secrets.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/templates/projects/show.html.erb b/app/assets/templates/projects/show.html.erb index b96bee68e..592b9f3e0 100644 --- a/app/assets/templates/projects/show.html.erb +++ b/app/assets/templates/projects/show.html.erb @@ -55,7 +55,7 @@ -
+
- disqus_shortname: <%= ENV["DISQUS_SHORTNAME"] %> + disqus_shortname: fabmanager-staging # Do not keep production secrets in the repository, # instead read values from the environment. production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> - disqus_shortname: <%= ENV["DISQUS_SHORTNAME"] %> + disqus_shortname: fabmanager-production