1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

add DISQUS_SHORTNAME env

This commit is contained in:
cyril 2015-05-08 13:57:04 +02:00
parent d6652bd39d
commit d5e72c65da

View File

@ -20,10 +20,10 @@ test:
staging:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
disqus_shortname: fabmanager-staging
disqus_shortname: <%= ENV["DISQUS_SHORTNAME"] %>
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
disqus_shortname: fabmanager-prod
disqus_shortname: <%= ENV["DISQUS_SHORTNAME"] %>