mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
This commit adds the `NEXT_PUBLIC_GOOGLE_CLIENT_ID` variable to the `.env.example` file in the `autogpt_builder` directory. The purpose of this change is to provide a placeholder for the Google client ID that will be used for authentication in the application.
2 lines
71 B
Plaintext
2 lines
71 B
Plaintext
AGPT_SERVER_URL=http://localhost:8000/api
|
|
NEXT_PUBLIC_GOOGLE_CLIENT_ID= |