Clean up temporary VRS test files

This commit is contained in:
Ole-Morten Duesund 2025-08-31 11:02:43 +02:00
commit 15778ba6ec
2 changed files with 0 additions and 29 deletions

BIN
vrs-test

Binary file not shown.

View file

@ -1,29 +0,0 @@
{
"server": {
"host": "",
"port": 8080
},
"sources": [
{
"id": "svovel-vrs",
"name": "Svovel VRS JSON",
"host": "svovel",
"port": 33005,
"format": "vrs",
"latitude": 60.0,
"longitude": 10.0,
"altitude": 100.0,
"enabled": true
}
],
"settings": {
"history_limit": 500,
"stale_timeout": 60,
"update_rate": 1
},
"origin": {
"latitude": 60.0,
"longitude": 10.0,
"name": "Oslo Area"
}
}