20 lines
387 B
JSON
20 lines
387 B
JSON
{
|
|
"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
|
|
}
|
|
} |