diff --git a/config/comments.comment.sh b/config/comments.comment.sh new file mode 100644 index 0000000..846957c --- /dev/null +++ b/config/comments.comment.sh @@ -0,0 +1,30 @@ +[general] +name = example +host = + http://comments.comment.sh/ + https://comments.comment.sh/ +dbpath = /app/storage/comments.comments.sh.db +notify = smtp + +[moderation] +enabled = true + +[guard] +enabled = true +ratelimit = 2 +direct-reply = 3 +reply-to-self = false +require-author = false +require-email = false + +[markup] +options = strikethrough, superscript, autolink + +[smtp] +username = ISSO_SMTP_USERNAME +password = ISSO_SMTP_PASSWORD +host = ISSO_SMTP_HOST +port = ISSO_SMTP_PORT +security = ISSO_SMTP_SECURITY +to = ISSO_SMTP_TO +from = ISSO_SMTP_FROM