add default config and gitignore

This commit is contained in:
2025-06-17 08:26:15 -04:00
parent a15fd67ded
commit c90601256e
2 changed files with 78 additions and 0 deletions
+14
View File
@@ -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
}
}