OPENAI_API_KEY=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
MONGODB_URI=mongodb+srv://justinwj54:FsePRTkNEKey6KSm@cluster0.sbtew0k.mongodb.net/?retryWrites=true&w=majority

NAME=google
CLIENT_ID=775264099314-8onssufqlci5j6ql5emng4nek7no1502.apps.googleusercontent.com 
CLIENT_SECRET=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
ACCESS_TOKEN_URL=https://accounts.google.com/o/oauth2/token
AUTHORIZE_URL=https://accounts.google.com/o/oauth2/auth
API_BASE_URL=https://www.googleapis.com/oauth2/v1/
USERINFO_ENDPOINT=https://openidconnect.googleapis.com/v1/userinfo
CLIENT_KWARGS_SCOPE=openid email profile https://www.googleapis.com/auth/drive
CLIENT_KWARGS_TOKEN_ENDPOINT_AUTH_METHOD=client_secret_basic
CLIENT_KWARGS_TOKEN_PLACEMENT=header
