1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00
isso_ynh/conf/isso.cfg

37 lines
584 B
INI
Raw Normal View History

2022-08-08 03:36:21 +02:00
[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__