From 0e228d0e7acd6c3761f60c489a66b553e9f740b0 Mon Sep 17 00:00:00 2001 From: Daniel Lorigan Date: Tue, 8 Oct 2024 13:28:28 -0700 Subject: [PATCH] Add DEBUG env var to .env --- default.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.env b/default.env index bfb0e95d..22b32e82 100644 --- a/default.env +++ b/default.env @@ -29,6 +29,9 @@ COMPOSE_FILE=docker-compose.yaml:docker-compose.static-ingress.yaml VITE_VERSION_STRING= +# Debug option for docker-based non-prod deployments +# DEBUG=1 + ### ### Client environment variables: ### Variables with VITE_ prefix will be available to the client