You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: siteConfig.js
+6-12
Original file line number
Diff line number
Diff line change
@@ -83,20 +83,17 @@ const schema = {
83
83
clientId: {
84
84
doc: 'The client ID to the GitHub Application used for GitHub OAuth.',
85
85
format: 'EncryptedString',
86
-
default: null,
87
-
env: 'GITHUB_AUTH_CLIENT_ID'
86
+
default: null
88
87
},
89
88
clientSecret: {
90
89
doc: 'The client secret to the GitHub Application used for GitHub OAuth.',
91
90
format: 'EncryptedString',
92
-
default: null,
93
-
env: 'GITHUB_AUTH_CLIENT_SECRET'
91
+
default: null
94
92
},
95
93
redirectUri: {
96
94
doc: 'The URL to redirect to after authenticating with GitHub.',
97
95
format: String,
98
-
default: '',
99
-
env: 'GITHUB_AUTH_REDIRECT_URI'
96
+
default: ''
100
97
},
101
98
required: {
102
99
doc: 'Whether GitHub Auth is required for an entry to be accepted. This is only included for backwards compatibility with the v2 API. For the v3 API, please use the `auth.required` option instead.',
@@ -108,20 +105,17 @@ const schema = {
108
105
clientId: {
109
106
doc: 'The client ID to the GitLab Application used for GitLab OAuth.',
110
107
format: 'EncryptedString',
111
-
default: null,
112
-
env: 'GITLAB_AUTH_CLIENT_ID'
108
+
default: null
113
109
},
114
110
clientSecret: {
115
111
doc: 'The client secret to the GitLab Application used for GitLab OAuth.',
116
112
format: 'EncryptedString',
117
-
default: null,
118
-
env: 'GITLAB_AUTH_CLIENT_SECRET'
113
+
default: null
119
114
},
120
115
redirectUri: {
121
116
doc: 'The URL to redirect to after authenticating with GitLab.',
0 commit comments