|
|
|
@ -4,19 +4,37 @@ _admin_email = root@kirsle.net |
|
|
|
|
[site] |
|
|
|
|
site_name = kirsle.net |
|
|
|
|
site_root = /home/kirsle/git/kirsle.net/www |
|
|
|
|
debug = false |
|
|
|
|
|
|
|
|
|
[security] |
|
|
|
|
force_ssl = true |
|
|
|
|
secret_key = make me something random |
|
|
|
|
secret_key = something random |
|
|
|
|
|
|
|
|
|
[db] |
|
|
|
|
db_root = /home/kirsle/git/kirsle.net/db |
|
|
|
|
redis_db = 1 |
|
|
|
|
|
|
|
|
|
[mail] |
|
|
|
|
sender = Kirsle.net <no-reply@kirsle.net> |
|
|
|
|
|
|
|
|
|
[blog] |
|
|
|
|
title = Kirsle.net Blog |
|
|
|
|
link = https://www.kirsle.net/ |
|
|
|
|
description = Kirsle's web blog. |
|
|
|
|
image_title = Kirsle.net Blog |
|
|
|
|
image_url = https://www.kirsle.net/static/avatars/casey.png |
|
|
|
|
image_description = Kirsle.net |
|
|
|
|
|
|
|
|
|
[photo] |
|
|
|
|
root_private = /home/kirsle/www/static/photos |
|
|
|
|
|
|
|
|
|
[plugins] |
|
|
|
|
blueprints = |
|
|
|
|
rophako.modules.blog |
|
|
|
|
rophako.modules.wiki |
|
|
|
|
rophako.modules.photo |
|
|
|
|
rophako.modules.comment |
|
|
|
|
rophako.modules.emoticons |
|
|
|
|
rophako.modules.contact |
|
|
|
|
|
|
|
|
|
custom = kirsle_legacy |
|
|
|
|