mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-14 17:42:17 +00:00
fix: harden review findings and Netlify install
This commit is contained in:
+3
-3
@@ -9,9 +9,9 @@ DROPBOX_OAUTH_CLIENT_ID="your-dropbox-client-id"
|
||||
DROPBOX_OAUTH_CLIENT_SECRET="your-dropbox-client-secret"
|
||||
|
||||
# Endpoint overrides for deterministic local provider tests. They are ignored unless
|
||||
# ALLOW_PROVIDER_ENDPOINT_OVERRIDES is exactly "true", and only loopback URLs are accepted -
|
||||
# these endpoints receive the OAuth client secret and refresh token, so never set this in a
|
||||
# deployed environment. `npm run test:bdd` sets it for you.
|
||||
# ALLOW_PROVIDER_ENDPOINT_OVERRIDES is exactly "true", the local BDD stack variables are present,
|
||||
# and every URL is loopback. These endpoints receive OAuth secrets, so never set this in a deployed
|
||||
# environment. `npm run test:bdd` supplies the complete test context.
|
||||
ALLOW_PROVIDER_ENDPOINT_OVERRIDES=""
|
||||
GOOGLE_OAUTH_AUTHORIZE_URL=""
|
||||
GOOGLE_OAUTH_TOKEN_URL=""
|
||||
|
||||
Reference in New Issue
Block a user