# Copy to .env and adjust. Every value except the OAuth pair has a working # default for a throwaway local demo, so the quickstart runs without edits. MYSQL_ROOT_PASSWORD=warpengine # Shared secret for the /update endpoint (X-Update-Secret header). UPDATE_SECRET=example-update-secret # Password of the "drop" user on the artifact drop area (SSH, port 2222). DROP_PASSWORD=drop # Published ports. APP_PORT=8080 DROPAREA_SSH_PORT=2222 GITEA_SSH_PORT=2223 # --- profile "ci" only ------------------------------------------------------- WOODPECKER_AGENT_SECRET=example-agent-secret # OAuth2 application created in gitea (Settings -> Applications), redirect URI # http://woodpecker:8000/authorize — required before the ci profile starts. WOODPECKER_GITEA_CLIENT= WOODPECKER_GITEA_SECRET=