more doc, fix format str

This commit is contained in:
2024-12-22 13:26:29 +01:00
committed by T.v.Dein
parent 249c3f1cfb
commit fe3951f3c2
4 changed files with 24 additions and 5 deletions

14
example.toml Normal file
View File

@@ -0,0 +1,14 @@
# defaults
dbfile = "~/.config/anydb/default.db"
dbbucket = "data"
noheaders = false
nohumanize = false
encrypt = false
listen = "localhost:8787"
# different setups for different buckets
[buckets.data]
encrypt = true
[buckets.test]
encrypt = false