Skip to content

Commit

Permalink
Removed unused settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWhoLikesToCode committed Jan 10, 2024
1 parent c8d9d42 commit 622fb59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gunicorn
flask_cors
flask_apscheduler
pydrive2
dotenv
3 changes: 0 additions & 3 deletions backend/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 622fb59

Please sign in to comment.