fix: added new env. varibales to template file
This commit is contained in:
parent
d8ec609baf
commit
a10a8d9d63
@ -6,4 +6,7 @@ DB_DIALECT=""
|
|||||||
DB_PORT=""
|
DB_PORT=""
|
||||||
WIGLE_TOKEN=""
|
WIGLE_TOKEN=""
|
||||||
WIGLE_BASE_URL="https://api.wigle.net"
|
WIGLE_BASE_URL="https://api.wigle.net"
|
||||||
WIGLE_NETWORK_SEARCH="/api/v2/network/search"
|
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
|
Loading…
Reference in New Issue
Block a user