Skip to content

Configuration

Below are the built-in configurations for Flask-Comment.

Configuration Variable Description
COMMENT_DISQUS_SHORTNAME This is the shortname after you complete the setup on Disqus, set this only when Disqus comment platform been selected.
COMMENT_CUSDIS_APP_ID This is the app id after you complete the setup on Cusdis, set this only when Cusdis comment platform been selected.
COMMENT_VALINE_APP_ID This is the app id after you complete the setup on Valine, set this only when Valine comment platform been selected.
COMMENT_VALINE_APP_KEY This is the app key after you complete the setup on Valine, set this only when Valine comment platform been selected.
COMMENT_UTTERANCES_REPO This is the repo after you complete the setup on Utterances, set this only when Utterances comment platform been selected.
COMMENT_GITALK_CLIENT_ID This is the client id after you complete the setup on Gitalk, set this only when Gitalk comment platform been selected.
COMMENT_GITALK_CLIENT_SECRET This is the client secret after you complete the setup on Gitalk, set this only when Gitalk comment platform been selected.
COMMENT_GITALK_REPO This is the repo after you complete the setup on Gitalk, set this only when Gitalk comment platform been selected.
COMMENT_GITALK_OWNER This is the owner after you complete the setup on Gitalk, set this only when Gitalk comment platform been selected.
COMMENT_GITALK_ADMIN This is the admin after you complete the setup on Gitalk, set this only when Gitalk comment platform been selected.