From f41a1b336389d6100e42681f53d9f618c8726f25 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Sat, 19 Jul 2025 11:37:35 -0500 Subject: [PATCH] feat(env): new env introduced to handle dev and prodution --- .env-example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env-example b/.env-example index 5eaab24..a0b90fd 100644 --- a/.env-example +++ b/.env-example @@ -1,3 +1,6 @@ +# Change to production when ready to deploy in docker or iis +APP_ENV=dev + # Gitea Info GITEA_URL=git.tuffraid.net GITEA_USERNAME=cowch