Files
n8n-workflows/.env.development

25 lines
436 B
Plaintext
Raw Permalink Normal View History

# Development Environment Configuration
# Copy this file to .env for local development
# Application Settings
ENVIRONMENT=development
DEBUG=true
LOG_LEVEL=debug
RELOAD=true
# Server Configuration
HOST=127.0.0.1
PORT=8000
# Database Configuration
DATABASE_PATH=database/workflows.db
WORKFLOWS_PATH=workflows
# Development Features
ENABLE_METRICS=false
MAX_WORKERS=1
# Logging
LOG_FORMAT=detailed
LOG_TO_CONSOLE=true
LOG_TO_FILE=true