Skip to content

Commit

Permalink
Corrected DISQUS key
Browse files Browse the repository at this point in the history
  • Loading branch information
heimdallrj committed May 31, 2017
1 parent 414ce61 commit f2208f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ INVISIBLE_RECAPTCHA_SECRETKEY=6LfdQSMUAAAAAAT5cKXa7lI3koiFy4c5BP7BX3m8
NOCAPTCHA_SECRET=6LfdQSMUAAAAAAT5cKXa7lI3koiFy4c5BP7BX3m8
NOCAPTCHA_SITEKEY=6LfdQSMUAAAAAOP31dkmdZJeNvDghlBfqJsHT5M-

DISQUS_KEY=c5tMw2uYVH0eFcBiFKha5WvaKnD092vq1G2vR4ybdhp2sVISOAvoea8WndCMhabQ
DISQUS_KEY=reliefsupports-org
3 changes: 1 addition & 2 deletions resources/views/frontend/entry/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
(function() {
var d = document, s = d.createElement('script');
// s.src = '//{{ env('DISQUS_KEY') }}.disqus.com/embed.js';
s.src = 'https://reliefsupports-org.disqus.com/embed.js';
s.src = 'https://{{ env('DISQUS_KEY') }}.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
Expand Down

0 comments on commit f2208f0

Please sign in to comment.