store location created from all location sources

This commit is contained in:
2025-01-01 21:39:34 +01:00
parent 2ed915601b
commit 50721114e3
3 changed files with 53 additions and 7 deletions

View File

@ -7,6 +7,6 @@ DB_PORT=""
WIGLE_TOKEN=""
WIGLE_BASE_URL="https://api.wigle.net"
WIGLE_NETWORK_SEARCH="/api/v2/network/search"
GET_LOCATION_WIFI_MAX_AGE=1209600000 # 14 Tage in Millisekunden (14 * 24 * 60 * 60 * 1000)
GET_LOCATION_WIFI_MAX_AGE=1209600000 # 14 days in milliseconds (14 * 24 * 60 * 60 * 1000)
GET_LOCATION_WIFI_MAX=10000
GET_LOCATION_WIFI_PRIMITIVE=true