mirror of
https://github.com/kirsle/kirsle.net
synced 2024-12-22 15:09:29 +00:00
New settings.ini
This commit is contained in:
parent
2fa2f98405
commit
82ee11fcb4
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
prod.ini
|
||||||
|
db
|
||||||
/www/static/photos/*.jpg
|
/www/static/photos/*.jpg
|
||||||
/www/static/photos/*.png
|
/www/static/photos/*.png
|
||||||
/www/static/photos/*.gif
|
/www/static/photos/*.gif
|
||||||
|
|
20
settings.ini
20
settings.ini
|
@ -4,19 +4,37 @@ _admin_email = root@kirsle.net
|
||||||
[site]
|
[site]
|
||||||
site_name = kirsle.net
|
site_name = kirsle.net
|
||||||
site_root = /home/kirsle/git/kirsle.net/www
|
site_root = /home/kirsle/git/kirsle.net/www
|
||||||
|
debug = false
|
||||||
|
|
||||||
[security]
|
[security]
|
||||||
force_ssl = true
|
force_ssl = true
|
||||||
secret_key = make me something random
|
secret_key = something random
|
||||||
|
|
||||||
[db]
|
[db]
|
||||||
|
db_root = /home/kirsle/git/kirsle.net/db
|
||||||
redis_db = 1
|
redis_db = 1
|
||||||
|
|
||||||
[mail]
|
[mail]
|
||||||
sender = Kirsle.net <no-reply@kirsle.net>
|
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]
|
[photo]
|
||||||
root_private = /home/kirsle/www/static/photos
|
root_private = /home/kirsle/www/static/photos
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
|
blueprints =
|
||||||
|
rophako.modules.blog
|
||||||
|
rophako.modules.wiki
|
||||||
|
rophako.modules.photo
|
||||||
|
rophako.modules.comment
|
||||||
|
rophako.modules.emoticons
|
||||||
|
rophako.modules.contact
|
||||||
|
|
||||||
custom = kirsle_legacy
|
custom = kirsle_legacy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user