gabcares commited on
Commit
f29f99c
·
verified ·
1 Parent(s): 3e44e80

Update utils/config.py

Browse files
Files changed (1) hide show
  1. utils/config.py +3 -3
utils/config.py CHANGED
@@ -42,9 +42,9 @@ WEATHER_FILE_URL = "https://raw.githubusercontent.com/valiantezabuku/Yassir-ETA-
42
  # environment_variables = dotenv_values(ENV_PATH)
43
 
44
 
45
- # Get the OpenRouteService API key
46
- # https://openrouteservice.org/dev/#/home
47
- ors_api_key = os.getenv("ORS_API_TOKEN")
48
 
49
  # https://maps.app.goo.gl/Fx5rdPs1KeA6jCeB8
50
  KENYA_LAT = 0.15456
 
42
  # environment_variables = dotenv_values(ENV_PATH)
43
 
44
 
45
+ # Google Maps Directions API
46
+ # https://maps.googleapis.com/maps/api/distancematrix/
47
+ MAPS_API_KEY = os.getenv("MAPS_API_KEY")
48
 
49
  # https://maps.app.goo.gl/Fx5rdPs1KeA6jCeB8
50
  KENYA_LAT = 0.15456