# Example local dev vars for the pages Worker. # Copy to `.dev.vars` (git-ignored) and fill in real values for local # `wrangler dev` runs. Never commit the real `.dev.vars` file. # Public base URL used for OAuth redirects and the Origin check on mutating # API routes. Local dev typically uses http://localhost:8787. BASE_URL=http://localhost:8787 # GitHub OAuth App client ID (public). GITHUB_CLIENT_ID= # GitHub OAuth App client secret. In production this is a wrangler secret # (`wrangler secret put GITHUB_CLIENT_SECRET`); for local dev it goes here. GITHUB_CLIENT_SECRET= # GitHub login that is auto-promoted to admin on first login. ADMIN_GITHUB_LOGIN=