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

39 lines
627 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]
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 =
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
password = __PASSWORD__