feat(env): new env introduced to handle dev and prodution

This commit is contained in:
2025-07-19 11:37:35 -05:00
parent 1e649d1f23
commit f41a1b3363

View File

@@ -1,3 +1,6 @@
# Change to production when ready to deploy in docker or iis
APP_ENV=dev
# Gitea Info # Gitea Info
GITEA_URL=git.tuffraid.net GITEA_URL=git.tuffraid.net
GITEA_USERNAME=cowch GITEA_USERNAME=cowch