| # 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 | |
| # 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 | |