mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-16 20:10:59 +01:00
15 lines
264 B
TOML
15 lines
264 B
TOML
|
|
# 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
|