osu-wayback/config.json

23 lines
448 B
JSON
Raw Normal View History

{
2018-01-12 23:16:10 +01:00
"web": {
"debug": true,
"use_reloader": true,
"threaded": true,
"host": "127.0.0.1",
"port": 3003
},
"sql": {
"host": "127.0.0.1",
"user": "root",
"passwd": "toor",
"db": "osu-wayback"
},
"scrape": {
"delay": 1,
"max_attempts": 3,
"increase_delay_on_fail": true
2018-05-23 23:44:30 +02:00
},
"downloader": {
"download_folder": "/home/wayback/files"
}
}