diff --git a/backend/requirements.txt b/backend/requirements.txt index d5177b0..2c16bf2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,3 +7,4 @@ gunicorn flask_cors flask_apscheduler pydrive2 +dotenv \ No newline at end of file diff --git a/backend/settings.yaml b/backend/settings.yaml index 3e5bca3..ee9a4fb 100644 --- a/backend/settings.yaml +++ b/backend/settings.yaml @@ -3,9 +3,6 @@ client_secrets_file: client_secrets.json client_config: client_id: ${GOOGLE_CLIENT_ID} client_secret: ${GOOGLE_CLIENT_SECRET} - auth_uri: https://accounts.google.com/o/oauth2/auth - token_uri: https://oauth2.googleapis.com/token - redirect_uri: http://localhost:8080 save_credentials: True save_credentials_backend: file