Create comments.comment.sh

This commit is contained in:
Chris Hutchison 2018-04-14 00:03:06 -04:00 committed by GitHub
parent f43a9e232e
commit aef30c53f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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