Create comments.comment.sh
This commit is contained in:
parent
f43a9e232e
commit
aef30c53f5
30
config/comments.comment.sh
Normal file
30
config/comments.comment.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user