add default config and gitignore
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user