mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
📝 docs: Correct Google OAuth Callback URL Example (#2311)
This commit is contained in:
parent
d0d8e47ec8
commit
daa5f43ac6
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ DOMAIN_SERVER=https://your-domain.com # use http://localhost:3080 if not using a
|
|||
|
||||
GOOGLE_CLIENT_ID=your_client_id
|
||||
GOOGLE_CLIENT_SECRET=your_client_secret
|
||||
GOOGLE_CALLBACK_URL=/oauth/github/callback
|
||||
GOOGLE_CALLBACK_URL=/oauth/google/callback
|
||||
```
|
||||
|
||||
- Save the `.env` file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue