mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 12:59:28 +00:00
41 lines
781 B
INI
41 lines
781 B
INI
[DEFAULT]
|
|
_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 = 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
|