draft tinydb persistence

This commit is contained in:
Yax 2020-12-28 19:43:23 +01:00
parent b258194d6f
commit aa122f3138
6 changed files with 64 additions and 7 deletions

View file

@ -4,6 +4,13 @@
lang = fr
db_url = sqlite:///db.sqlite
newcomment_polling = 60
db_file = db.json
[site]
name = "My blog"
url = http://blog.mydomain.com
token = aabbccddeeffgghhiijjkkllmm
admin_email = admin@mydomain.com
[http]
host = 127.0.0.1