From e49b04cf4325081c3e212e76c5811fd46e92065f Mon Sep 17 00:00:00 2001 From: ravikumar8744 Date: Thu, 2 Jan 2025 22:55:29 +0530 Subject: [PATCH] config.json --- config.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/config.json b/config.json index 46e7fe61..e59d8d39 100644 --- a/config.json +++ b/config.json @@ -1,13 +1,6 @@ { - "access_token_url": "https://login.uber.com/oauth/token", - "authorize_url": "https://login.uber.com/oauth/authorize", - "base_url": "https://login.uber.com/", - "scopes": ["profile", "history_lite"], - "name": "Sample app", - "base_uber_url": "https://api.uber.com/v1/", - "base_uber_url_v1_1" : "https://api.uber.com/v1.1/", - "start_latitude": "37.781955", - "start_longitude": "-122.402367", - "end_latitude": "37.744352", - "end_longitude": "-122.416743" + "UBER_CLIENT_ID": "your-client-id", + "UBER_CLIENT_SECRET": "your-client-secret", + "REDIRECT_URI": "http://localhost:7000/submit" } +