Skip to content

Commit d1f679e

Browse files
committed
Update github-oauth.mdx
1 parent aeeaa98 commit d1f679e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/deployment/github-oauth.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ For production, update the `redirect_uri`:
131131

132132
```json
133133
{
134-
"client_id": "$GITHUB_CLIENT_ID",
135-
"client_secret": "$GITHUB_CLIENT_SECRET",
134+
"client_id": "GITHUB_CLIENT_ID",
135+
"client_secret": "GITHUB_CLIENT_SECRET",
136136
"redirect_uri": "https://yourdomain.com/auth/github/callback",
137-
"restrict_to": "$GITHUB_USERS"
137+
"restrict_to": "GITHUB_USERS"
138138
}
139139
```
140140

0 commit comments

Comments
 (0)