2015-01-03 02:00:04 +00:00
|
|
|
# Isso configuration file
|
|
|
|
# vim: set filetype=ini
|
|
|
|
|
|
|
|
# These are the settings used to run Isso inside of the vagrant-powered developer setup.
|
|
|
|
|
|
|
|
[general]
|
|
|
|
|
2015-02-19 12:21:57 +00:00
|
|
|
dbpath = /var/isso/comments.db
|
2015-01-03 02:00:04 +00:00
|
|
|
host = http://isso-dev.local/
|
|
|
|
max-age = 15m
|
|
|
|
notify = stdout
|
2018-07-24 16:17:41 +00:00
|
|
|
reply-notifications = false
|
2015-02-19 12:21:57 +00:00
|
|
|
log-file = /var/log/isso.log
|
2018-11-11 15:29:33 +00:00
|
|
|
|
|
|
|
[admin]
|
|
|
|
enabled = true
|
|
|
|
password = strong_default_password_for_isso_admin
|
2015-01-03 02:00:04 +00:00
|
|
|
|
|
|
|
[moderation]
|
|
|
|
enabled = false
|
|
|
|
purge-after = 30d
|
|
|
|
|
|
|
|
[server]
|
|
|
|
profile = off
|
|
|
|
|
|
|
|
[guard]
|
|
|
|
enabled = false
|
|
|
|
|
|
|
|
[markup]
|
|
|
|
options = strikethrough, autolink, fenced_code, no_intra_emphasis
|
|
|
|
allowed-elements =
|
|
|
|
allowed-attributes =
|
|
|
|
|
|
|
|
[hash]
|
|
|
|
salt = Eech7co8Ohloopo9Ol6baimi
|
|
|
|
algorithm = pbkdf2
|