osu-wayback/config.json
2018-01-12 22:28:27 +01:00

13 lines
238 B
JSON

{
"sql": {
"host": "127.0.0.1",
"user": "root",
"passwd": "toor",
"db": "osu-wayback"
},
"scrape": {
"delay": 1,
"max_attempts": 3,
"increase_delay_on_fail": true
}
}