From a10a8d9d6383b8ef2bac76966e5a8a9534ab2be7bb431d45c580208c4fa6fb08 Mon Sep 17 00:00:00 2001 From: Philipp Schweizer Date: Wed, 1 Jan 2025 19:33:04 +0100 Subject: [PATCH] fix: added new env. varibales to template file --- server/.env.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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