15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"webserver": {
|
|
"listenPort": 3000,
|
|
"listenHost": "0.0.0.0"
|
|
},
|
|
"db": {
|
|
"connectionString": "mongodb://speedtest:speedtest@mongo:27017/speedtest",
|
|
"collection": "speedtest"
|
|
},
|
|
"speedtest": {
|
|
"commandString": "bin/speedtest -f json --accept-license --accept-gdpr",
|
|
"intervalSec": 2700
|
|
}
|
|
}
|