mirror of
https://github.com/prdlk/x-bookmarks-rss.git
synced 2026-08-02 17:31:42 +00:00
6 lines
358 B
Plaintext
6 lines
358 B
Plaintext
# 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"
|