mirror of
https://github.com/Zie619/n8n-workflows.git
synced 2025-11-25 11:29:34 +08:00
25 lines
436 B
Plaintext
25 lines
436 B
Plaintext
|
|
# 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
|