mirror of
https://github.com/YunoHost-Apps/isso_ynh.git
synced 2024-09-03 19:35:55 +02:00
37 lines
No EOL
584 B
INI
37 lines
No EOL
584 B
INI
[moderation]
|
|
enabled = true
|
|
approve-if-email-previously-approved = true
|
|
purge-after = 69d
|
|
|
|
[general]
|
|
dbpath = __DATADIR__/comments.db
|
|
host = __TARGETDOMAIN__
|
|
notify = smtp
|
|
gravatar = true
|
|
|
|
[smtp]
|
|
; SMTP settings
|
|
username =
|
|
password =
|
|
host = localhost
|
|
port = 25
|
|
security = none
|
|
to = __ADMINMAIL__
|
|
from = "Isso Comments" <isso@__DOMAIN__>
|
|
timeout = 10
|
|
|
|
[server]
|
|
listen = http://localhost:__PORT__
|
|
public-endpoint =
|
|
|
|
[guard]
|
|
enabled = true
|
|
ratelimit = 2
|
|
direct-reply = 3
|
|
reply-to-self = false
|
|
require-author = false
|
|
require-email = false
|
|
|
|
[admin]
|
|
enabled = true
|
|
password = __PASSWORD__ |