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:
parent
0678c2d582
commit
1dc86f1827
@ -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 }}"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user