From 1b0727419028d2668e07f116a8ad8f4c02966821 Mon Sep 17 00:00:00 2001 From: Jacob Fear <71330898+jacobfear@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:37:27 -0500 Subject: [PATCH] ENV needed Start Location help --- .env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env-example b/.env-example index b833dd4..0be65b4 100644 --- a/.env-example +++ b/.env-example @@ -3,4 +3,4 @@ OWNER= SL_FIRSTNAME= SL_LASTNAME= SL_PASSWORD= -SL_START=last \ No newline at end of file +SL_START=last // either "last" or a URI string as follows: uri:Region%20Name&112&143&4000 \ No newline at end of file