Fix jwt-token

This commit is contained in:
2025-08-18 06:20:39 +02:00
parent c0d1fff02f
commit 136549f9a0
2 changed files with 37 additions and 8 deletions

View File

@@ -47,10 +47,10 @@ async function seedDatabase() {
},
{
id: 2,
name: 'Musk Naval Base Detector',
geo_lat: 59.2753,
geo_lon: 18.2649,
location_description: 'Musk Naval Base Perimeter',
name: 'Muskö Naval Base Detector',
geo_lat: 58.971724,
geo_lon: 18.121915,
location_description: 'Muskö Naval Base Perimeter',
is_active: true,
last_heartbeat: new Date(),
heartbeat_interval: 300,