flowgraph / .env.example
kbsss's picture
Upload folder using huggingface_hub
7b2787b verified
raw
history blame contribute delete
253 Bytes
# 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