draft tinydb persistence
This commit is contained in:
parent
b258194d6f
commit
aa122f3138
6 changed files with 64 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue