From aef30c53f55747e221bb2547b66ee898312fcab8 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 14 Apr 2018 00:03:06 -0400 Subject: [PATCH] Create comments.comment.sh --- config/comments.comment.sh | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 config/comments.comment.sh 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