-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.development
More file actions
19 lines (15 loc) · 856 Bytes
/
.env.development
File metadata and controls
19 lines (15 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TST_GOOGLE_API_BASE=https://www.googleapis.com
TST_OAUTH_GOOGLE_AUTHORITY_URI=https://accounts.google.com/o/oauth2/v2/auth
TST_OAUTH_GOOGLE_METADATA_URI=https://accounts.google.com/.well-known/openid-configuration
# local dev redirect is explicitly allowed for dev oauth key
# (note: gets changed to 'https' if dev SSL is enabled, in vite.config.ts)
TST_OAUTH_GOOGLE_REDIRECT_ORIGIN=http://localhost:5173
TST_OAUTH_GOOGLE_REDIRECT_PATH=/google-oauth2-callback
# put this in .env.development.local (intentionally excluded here)
# TST_OAUTH_GOOGLE_CLIENT_ID=<client_id>
TST_OAUTH_EXCHANGE_URI=/oauth-exchange
TST_OAUTH_REFRESH_URI=/oauth-refresh
TST_OAUTH_REVOKE_URI=/oauth-revoke
# development only (used by mock functions)
MOCK_OAUTH_GOOGLE_TOKEN_URI=https://oauth2.googleapis.com/token
MOCK_OAUTH_GOOGLE_REVOKE_URI=https://oauth2.googleapis.com/revoke