init(config): add initial configuration files

This commit is contained in:
Prad Nukala
2026-06-29 13:32:41 -04:00
commit d8df85982e
7 changed files with 1786 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Copy to .dev.vars for `wrangler dev` (gitignored). In production set via `wrangler secret put`.
# Only these two are read by the app — they refresh the access token. The refresh token is
# minted once (scripts/mint-token.mjs) and stored/rotated in D1, never read from here.
X_CLIENT_ID="your-oauth2-client-id"
X_CLIENT_SECRET="your-oauth2-client-secret"