mirror of
https://github.com/kirsle/kirsle.net
synced 2024-12-22 06:59:29 +00:00
Migration to YamlSettings
This commit is contained in:
parent
d9feb70b4a
commit
607d7eeec6
40
settings.ini
40
settings.ini
|
@ -1,40 +0,0 @@
|
||||||
[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
|
|
25
settings.yml
Normal file
25
settings.yml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
rophako:
|
||||||
|
site:
|
||||||
|
debug: false
|
||||||
|
site_name: kirsle.net
|
||||||
|
site_root: /home/kirsle/git/kirsle.net/www
|
||||||
|
security:
|
||||||
|
force_ssl: true
|
||||||
|
secret_key: something random
|
||||||
|
use_forwarded_for: true
|
||||||
|
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
|
||||||
|
custom:
|
||||||
|
- kirsle_legacy
|
Loading…
Reference in New Issue
Block a user