Skip to content

Commit

Permalink
Add comments to default map settings in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Feb 13, 2025
1 parent f5aeb60 commit 44a6051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ VITE_BC_WEBSITE_NAME=BookCars
VITE_BC_HIDE_SUPPLIERS=false
VITE_BC_MIN_PICK_UP_HOURS=1 # Minimum required time in hours before pick-up. Default is 1 hour.
VITE_BC_MIN_RENTAL_HOURS=1 # Minimum rental duration in hours between pick up and drop off. Default is 1 hour.
VITE_BC_MAP_LATITUDE=34.0268755
VITE_BC_MAP_LONGITUDE=1.6528399999999976
VITE_BC_MAP_ZOOM=5
VITE_BC_MAP_LATITUDE=34.0268755 # Default map latitude
VITE_BC_MAP_LONGITUDE=1.6528399999999976 # Default map longitude
VITE_BC_MAP_ZOOM=5 # Default map zoom

0 comments on commit 44a6051

Please sign in to comment.