We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de23891 + 6b73277 commit ed04413Copy full SHA for ed04413
1 file changed
frontend/lib/env/server-env.ts
@@ -35,6 +35,12 @@ const GENERATED_FALLBACK_KEYS = new Set([
35
'DATABASE_URL_LOCAL',
36
'AUTH_SECRET',
37
'CSRF_SECRET',
38
+ 'GOOGLE_CLIENT_ID_DEVELOP',
39
+ 'GOOGLE_CLIENT_SECRET_DEVELOP',
40
+ 'GOOGLE_CLIENT_REDIRECT_URI_DEVELOP',
41
+ 'GITHUB_CLIENT_ID_DEVELOP',
42
+ 'GITHUB_CLIENT_SECRET_DEVELOP',
43
+ 'GITHUB_CLIENT_REDIRECT_URI_DEVELOP',
44
]);
45
46
0 commit comments