You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
664 B
Plaintext
18 lines
664 B
Plaintext
# 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=
|