orotool/orotool.conf
King_DuckZ a32044a4b5 Add optional lzma support for stored json responses
When enabled entries in the DB are stored as base64
encoded xz data. To uncompress save to a file
my_json.base64 and run:

cat my_json.base64 | base64 --decode | unxz --decompress - > my_json.txt
2020-09-05 14:00:22 +01:00

16 lines
212 B
Text

[system]
db_path=originsro.db3
worker_threads=3
backend=sqlite
[options]
fetch_extra_delay=2
api_key=my_key_here
store_raw_json=true
json_store_mode=xz
[timing]
items=604800
icons=604800
shops=120
creators=400