From 2d2337257f2b31c740f9eb7064be010528e14c7c Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 21 Jul 2025 17:10:51 -0500 Subject: [PATCH] refactor(env-example): changes to the env example to include the dev stuff --- .env-example | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.env-example b/.env-example index efee208..fff5c99 100644 --- a/.env-example +++ b/.env-example @@ -1,14 +1,18 @@ # uncomment this out to run in productions # APP_ENV=production +# lstv2 loc +LSTV2="C\drive\loc" + +# dev stuff below + # Gitea Info GITEA_URL=git repo GITEA_USERNAME=username GITEA_REPO=logistics_support_tool GITEA_TOKEN=ad8eac91a01e3a1885a1dc10 -# Build number info -BUILD_NAME=rushjnnhj7212n - -# lstv2 loc -LSTV2=C\drive\loc \ No newline at end of file +# dev locs +DEV_FOLDER=C\drive\loc +ADMUSER=username +ADMPASSWORD=password \ No newline at end of file