From 32a2c9271e35fcc71e002b4e94f68e08a86ca9e7 Mon Sep 17 00:00:00 2001 From: Ben Turner Date: Wed, 13 Mar 2024 15:54:18 +0000 Subject: [PATCH] add location flag --- .env.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index e3cdeda..2d04c20 100644 --- a/.env.template +++ b/.env.template @@ -35,4 +35,7 @@ LOCATION_LONGITUDE="-111.93095531534195" MAXIMUM_RANGE=".076" # API key for requesting ip location coordinates -GEOLOCATION_API_KEY="" \ No newline at end of file +GEOLOCATION_API_KEY="" + +# Manually enable/disable location check on QR code generation +ENABLE_LOCATION_CHECK=false \ No newline at end of file