34 lines
684 B
INI
34 lines
684 B
INI
|
[general]
|
||
|
; database location, check permissions, automatically created if it
|
||
|
; does not exist
|
||
|
dbpath = /etc/isso/comments.db
|
||
|
; your website or blog (not the location of Isso!)
|
||
|
host = https://nunosempere.com
|
||
|
name = nunosempereblog
|
||
|
|
||
|
[server]
|
||
|
listen = http://localhost:8081
|
||
|
|
||
|
; fill-in or delete.
|
||
|
[smtp]
|
||
|
username = ; fill-in
|
||
|
password = ; fill-in
|
||
|
host = smtp.postmarkapp.com ; or some other service. Not really necessary
|
||
|
port = 587
|
||
|
security = starttls
|
||
|
to = ; fill in email.
|
||
|
from = ; fill in email
|
||
|
timeout = 10
|
||
|
|
||
|
[guard]
|
||
|
enabled = true
|
||
|
ratelimit = 2
|
||
|
direct-reply = 3
|
||
|
reply-to-self = false
|
||
|
require-author = false
|
||
|
require-email = false
|
||
|
|
||
|
[admin]
|
||
|
enabled = true
|
||
|
password = ; fill in password
|