File size: 253 Bytes
7b2787b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Example .env file
# Copy this to .env and modify as needed
# Application
APP_NAME="Workflow Engine"
APP_VERSION="1.0.0"
DEBUG=true
# Server
HOST=0.0.0.0
PORT=8000
# Workflow Engine
MAX_ITERATIONS=100
EXECUTION_TIMEOUT=300
# Logging
LOG_LEVEL=INFO
|