summaryrefslogtreecommitdiff
path: root/roles/isso/files/isso.conf
blob: 4677c60122b4517fb429e1847b8acafaedbca8db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Isso configuration file
# vim: set filetype=ini

[general]
dbpath = /opt/isso/isso-comments.db
name = example.com
host = https://example.com/
max-age = 15m
notify = stdout


[admin]
enabled = true
password = changethis


[moderation]
enabled = false
purge-after = 30d


[server]
reload = off
profile = off
listen = http://0.0.0.0:8100
#public-endpoint = https://example.com/isso



[smtp]
username =
password =
host = localhost
port = 587
security = starttls
to =
from =
timeout = 10


[guard]
enabled = true
ratelimit = 2
direct-reply = 3
reply-to-self = false
require-email = false
require-author = false

[markup]
options = strikethrough, autolink, fenced_code, no_intra_emphasis
allowed-elements =
allowed-attributes =


[hash]
salt = TEm0Lma9rdfmxUMIxE1IWsuPUnkm
algorithm = pbkdf2