configuration changes: moved remark42 and blog services to prod server
This commit is contained in:
parent
9d6fc1a6d8
commit
87b05cf341
@ -6,7 +6,14 @@ url: "https://bangararaju.kottedi.in"
|
|||||||
show_drafts: false
|
show_drafts: false
|
||||||
future: false
|
future: false
|
||||||
|
|
||||||
|
comments:
|
||||||
|
active: 'remark42' # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
|
||||||
|
# The active options are as follows:
|
||||||
|
# remark42 settings > https://remark42.com/
|
||||||
|
remark42:
|
||||||
|
host: 'https://remark42.kottedi.in'
|
||||||
|
|
||||||
# Custom configuration
|
# Custom configuration
|
||||||
custom-config:
|
custom-config:
|
||||||
blog-services:
|
blog-services:
|
||||||
service_url: 'https://blog-services.kottedi.in'
|
service_url: 'https://blog-svc.kottedi.in'
|
||||||
@ -9,4 +9,4 @@ future: true
|
|||||||
# Custom configuration
|
# Custom configuration
|
||||||
custom-config:
|
custom-config:
|
||||||
blog-services:
|
blog-services:
|
||||||
service_url: 'https://blog-services.kottedi.in'
|
service_url: 'https://blog-svc-uat.kottedi.in'
|
||||||
@ -87,7 +87,7 @@ comments:
|
|||||||
# The active options are as follows:
|
# The active options are as follows:
|
||||||
# remark42 settings > https://remark42.com/
|
# remark42 settings > https://remark42.com/
|
||||||
remark42:
|
remark42:
|
||||||
host: 'https://remark42.kottedi.in'
|
host: 'https://remark42-uat.kottedi.in'
|
||||||
disqus:
|
disqus:
|
||||||
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
|
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
|
||||||
# utterances settings › https://utteranc.es/
|
# utterances settings › https://utteranc.es/
|
||||||
|
|||||||
@ -31,5 +31,3 @@ if (targetDiv != null) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- <script src="{{ '/assets/js/comments/remark42.js' | relative_url }}"></script> -->
|
|
||||||
Loading…
Reference in New Issue
Block a user