fix: Remove APP_ENV and unnecessary variables from .env.example

This commit is contained in:
claudi 2026-01-30 10:59:33 +01:00
parent 6643640ab4
commit 4e5deab7e9

View file

@ -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