diff --git a/server/.env.template b/server/.env.template index 16c19d3..d54c511 100644 --- a/server/.env.template +++ b/server/.env.template @@ -6,4 +6,7 @@ DB_DIALECT="" DB_PORT="" WIGLE_TOKEN="" WIGLE_BASE_URL="https://api.wigle.net" -WIGLE_NETWORK_SEARCH="/api/v2/network/search" \ No newline at end of file +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=10000 +GET_LOCATION_WIFI_PRIMITIVE=true \ No newline at end of file