webdrop-bridge/.env.example

23 lines
457 B
Text

# WebDrop Bridge Configuration
# Application
APP_NAME=WebDrop Bridge
APP_VERSION=0.1.0
# Web App
WEBAPP_URL=file:///./webapp/index.html
# WEBAPP_URL=http://localhost:3000 # For development
# 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= (leave empty to use: "{APP_NAME} v{APP_VERSION}")