# Make.com API credentials (optional — only needed for deployment) MAKE_API_KEY=your_api_key_here MAKE_API_URL=https://eu1.make.com/api/v2 MAKE_TEAM_ID=your_team_id # Database (defaults to /data/make-modules.db — usually not needed) # DATABASE_PATH=./data/make-modules.db # Logging (debug, info, warn, error, silent) LOG_LEVEL=info