mirror of
https://github.com/prdlk/x-bookmarks-rss.git
synced 2026-08-02 17:31:42 +00:00
init(config): add initial configuration files
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user