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
|
2015-02-19 12:21:57 +00:00
|
|
|
log-file = /var/log/isso.log
|
2016-06-04 23:10:08 +00:00
|
|
|
admin_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
|