1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

remove env DISQUS_SHORTNAME

This commit is contained in:
cyril 2015-05-18 22:08:06 +02:00
parent 0678c2d582
commit 1dc86f1827
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@
</div>
<div class="wrapper-lg">
<div class="wrapper-lg">
<dir-disqus disqus-shortname="<%= Rails.application.secrets.disqus_shortname %>"
disqus-identifier="project_{{ project.id }}"
disqus-url="{{ project_url }}"

View File

@ -20,10 +20,10 @@ test:
staging:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
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