Skip to content

Commit

Permalink
Merge pull request #110 from OneBusAway/example
Browse files Browse the repository at this point in the history
Add new fields and alphabetize .env.example
  • Loading branch information
aaronbrethorst authored Nov 13, 2024
2 parents c8bbba9 + c05f999 commit 1231c37
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
PUBLIC_OBA_REGION_NAME="Puget Sound"
PUBLIC_OBA_SERVER_URL="https://api.pugetsound.onebusaway.org/"
PUBLIC_OBA_REGION_CENTER_LAT=47.60728155903877
PUBLIC_OBA_REGION_CENTER_LNG=-122.3339240843084
PUBLIC_OBA_GOOGLE_MAPS_API_KEY=""
PRIVATE_OBA_API_KEY="test"
PRIVATE_OBA_GEOCODER_API_KEY=""
PRIVATE_OBA_GEOCODER_PROVIDER="google"
PRIVATE_OBACO_API_BASE_URL=https://onebusaway.co/api/v1/regions/:REGION_ID
PRIVATE_OBACO_SHOW_TEST_ALERTS=false
PUBLIC_NAV_BAR_LINKS={"Home": "/","About": "/about","Contact": "/contact","Fares & Tolls": "/fares-and-tolls"}
PUBLIC_OBA_GOOGLE_MAPS_API_KEY=""
PUBLIC_OBA_LOGO_URL="https://onebusaway.org/wp-content/uploads/oba_logo-1.png"
PUBLIC_OBA_MAP_PROVIDER="osm"
PUBLIC_NAV_BAR_LINKS={"Home": "/","About": "/about","Contact": "/contact","Fares & Tolls": "/fares-and-tolls"}
PUBLIC_OBA_REGION_CENTER_LAT=47.60728155903877
PUBLIC_OBA_REGION_CENTER_LNG=-122.3339240843084
PUBLIC_OBA_REGION_NAME="Puget Sound"
PUBLIC_OBA_SERVER_URL="https://api.pugetsound.onebusaway.org/"

0 comments on commit 1231c37

Please sign in to comment.