Commit Graph

5 Commits

Author SHA1 Message Date
TomZ 6d8531377b cleanup default config file 2020-01-20 16:06:24 +01:00
TomZ 0f5f8c2920 Cleanup config file example.
Remove dbcache option, flowee doesn't need it.
This is a legacy option that was needed when the leveldb layer was
used for the utxo, as that required us to write our own caching.
2019-11-11 19:50:25 +01:00
TomZ c8108f387c Drop API login requirement and api-cookie argument 2019-03-27 18:55:13 +01:00
TomZ ed195c21e2 update command line args documentation 2018-03-08 23:03:08 +01:00
TomZ 4bf1558f7a Smooth over config file issues.
So, now we install the example config file

Then we follow XDG for retrieving it.
We first check XDG_CONFIG (~/.config/flowee) and if we can't find a confg
file there fall back to the data dir (~/.local/share/flowee).
2018-03-07 23:20:04 +01:00