fix: Remove APP_ENV and unnecessary variables from .env.example
This commit is contained in:
parent
6643640ab4
commit
4e5deab7e9
1 changed files with 2 additions and 6 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
# Application
|
# Application
|
||||||
APP_NAME=WebDrop Bridge
|
APP_NAME=WebDrop Bridge
|
||||||
APP_VERSION=0.1.0
|
APP_VERSION=0.1.0
|
||||||
APP_ENV=development
|
|
||||||
|
|
||||||
# Web App
|
# Web App
|
||||||
WEBAPP_URL=file:///./webapp/index.html
|
WEBAPP_URL=file:///./webapp/index.html
|
||||||
|
|
@ -12,15 +11,12 @@ WEBAPP_URL=file:///./webapp/index.html
|
||||||
# Logging
|
# Logging
|
||||||
LOG_LEVEL=DEBUG
|
LOG_LEVEL=DEBUG
|
||||||
LOG_FILE=logs/webdrop_bridge.log
|
LOG_FILE=logs/webdrop_bridge.log
|
||||||
|
ENABLE_LOGGING=true
|
||||||
|
|
||||||
# Security - Path Whitelist
|
# Security - Path Whitelist
|
||||||
ALLOWED_ROOTS=Z:/,C:/Users/Public
|
ALLOWED_ROOTS=Z:/,C:/Users/Public
|
||||||
|
ALLOWED_URLS=
|
||||||
|
|
||||||
# UI
|
# UI
|
||||||
WINDOW_WIDTH=1024
|
WINDOW_WIDTH=1024
|
||||||
WINDOW_HEIGHT=768
|
WINDOW_HEIGHT=768
|
||||||
WINDOW_TITLE=WebDrop Bridge
|
|
||||||
|
|
||||||
# Feature Flags
|
|
||||||
ENABLE_DRAG_LOGGING=true
|
|
||||||
ENABLE_PROFILING=false
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue