2022-08-08 03:36:21 +02:00
|
|
|
[moderation]
|
|
|
|
enabled = true
|
|
|
|
approve-if-email-previously-approved = true
|
|
|
|
purge-after = 69d
|
|
|
|
|
|
|
|
[general]
|
2023-06-10 11:39:13 +02:00
|
|
|
dbpath = __DATA_DIR__/comments.db
|
2023-06-10 13:50:22 +02:00
|
|
|
host = __TARGET_DOMAIN__
|
2022-08-08 03:36:21 +02:00
|
|
|
notify = smtp
|
|
|
|
gravatar = true
|
|
|
|
|
|
|
|
[smtp]
|
|
|
|
; SMTP settings
|
|
|
|
username =
|
|
|
|
password =
|
|
|
|
host = localhost
|
|
|
|
port = 25
|
|
|
|
security = none
|
2023-06-10 14:51:12 +02:00
|
|
|
to = __EMAIL__
|
2022-08-08 03:36:21 +02:00
|
|
|
from = "Isso Comments" <isso@__DOMAIN__>
|
|
|
|
timeout = 10
|
|
|
|
|
|
|
|
[server]
|
2023-06-10 13:50:22 +02:00
|
|
|
listen = http://127.0.0.1:__PORT__
|
2022-08-08 03:36:21 +02:00
|
|
|
public-endpoint =
|
2023-06-15 16:19:01 +02:00
|
|
|
trusted-proxies = ['127.0.0.1','localhost']
|
2022-08-08 03:36:21 +02:00
|
|
|
|
|
|
|
[guard]
|
|
|
|
enabled = true
|
|
|
|
ratelimit = 2
|
|
|
|
direct-reply = 3
|
|
|
|
reply-to-self = false
|
|
|
|
require-author = false
|
|
|
|
require-email = false
|
|
|
|
|
|
|
|
[admin]
|
|
|
|
enabled = true
|
2023-06-15 16:19:01 +02:00
|
|
|
password = __PASSWORD__
|