Skip to content

Commit 21949ad

Browse files
committed
Update README.md
1 parent eea12cd commit 21949ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

llms/extensions/github_auth/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Create a config file at `~/.llms/users/default/github_auth/config.json`:
1616
```json
1717
{
1818
"enabled": true,
19-
"client_id": "$GITHUB_CLIENT_ID",
20-
"client_secret": "$GITHUB_CLIENT_SECRET",
19+
"client_id": "GITHUB_CLIENT_ID",
20+
"client_secret": "GITHUB_CLIENT_SECRET",
2121
"redirect_uri": "http://localhost:8000/auth/github/callback",
22-
"restrict_to": "$GITHUB_USERS"
22+
"restrict_to": "GITHUB_USERS"
2323
}
2424
```
2525

0 commit comments

Comments
 (0)