From 4e5deab7e9d6cef1c5647e971cc024de32ba961b Mon Sep 17 00:00:00 2001 From: claudi Date: Fri, 30 Jan 2026 10:59:33 +0100 Subject: [PATCH] fix: Remove APP_ENV and unnecessary variables from .env.example --- .env.example | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 0e9c0f0..79feae8 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,6 @@ # Application APP_NAME=WebDrop Bridge APP_VERSION=0.1.0 -APP_ENV=development # Web App WEBAPP_URL=file:///./webapp/index.html @@ -12,15 +11,12 @@ WEBAPP_URL=file:///./webapp/index.html # Logging LOG_LEVEL=DEBUG LOG_FILE=logs/webdrop_bridge.log +ENABLE_LOGGING=true # Security - Path Whitelist ALLOWED_ROOTS=Z:/,C:/Users/Public +ALLOWED_URLS= # UI WINDOW_WIDTH=1024 WINDOW_HEIGHT=768 -WINDOW_TITLE=WebDrop Bridge - -# Feature Flags -ENABLE_DRAG_LOGGING=true -ENABLE_PROFILING=false