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

Merge branch 'dev'

This commit is contained in:
cyril 2015-05-08 13:57:18 +02:00
commit 6c7af081aa

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"] %>