-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy path.env.example
More file actions
82 lines (63 loc) · 2.73 KB
/
.env.example
File metadata and controls
82 lines (63 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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
PRIVATE_REGION_ID=
PRIVATE_OBACO_SHOW_TEST_ALERTS=false
# Comma-separated agency IDs to restrict this instance to.
# Leave empty to show all agencies (default).
# Affects search results, stop listings, arrivals, schedules, and alerts.
# Example: PRIVATE_OBA_AGENCY_FILTER=19,29
PRIVATE_OBA_AGENCY_FILTER=
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"
OBA_LOGO_URL_DARK=""
PUBLIC_FAVICON_URL=""
PRIVATE_MANIFEST_ICON_192_URL=""
PRIVATE_MANIFEST_ICON_512_URL=""
PUBLIC_APPLE_TOUCH_ICON_URL=""
PUBLIC_OBA_MAP_PROVIDER="osm"
PUBLIC_OBA_REGION_CENTER_LAT=47.60728155903877
PUBLIC_OBA_REGION_CENTER_LNG=-122.3339240843084
PUBLIC_OBA_REGION_NAME="Puget Sound"
# Set to "false" to hide the region name text in the navigation bar
SHOW_REGION_NAME_IN_NAV_BAR=true
PUBLIC_OBA_SERVER_URL="https://api.pugetsound.onebusaway.org/"
PUBLIC_OTP_SERVER_URL=""
# IANA timezone for the transit region (e.g. "America/Los_Angeles").
# Required so that all dates and times in the UI are expressed in the transit agency's timezone.
PUBLIC_OBA_TIMEZONE="America/Los_Angeles"
# Distance unit: "metric" or "imperial" (auto-detects from browser if not set)
PUBLIC_DISTANCE_UNIT=
# 1 TUE, 2 WED, 3 THU, 4 FRI, 5 SAT, 6 SUN, 0 MON
PUBLIC_CALENDAR_FIRST_DAY_OF_WEEK=6
# Nav bar background, primary buttons
COLOR_BRAND_PRIMARY="#78aa36"
# Text on brand-primary surfaces
COLOR_BRAND_PRIMARY_FOREGROUND="#ffffff"
# Links, selected states, focus rings
COLOR_BRAND_ACCENT="#486621"
# Panel backgrounds
COLOR_SURFACE="#ffffff"
# Panel text
COLOR_SURFACE_FOREGROUND="#000000"
# Analytics
# PUBLIC_ANALYTICS_PROVIDER selects the backend: "none" (disabled), "plausible", or "umami".
# This replaces the old PUBLIC_ANALYTICS_ENABLED boolean — set provider to "none" to disable.
PUBLIC_ANALYTICS_PROVIDER="none"
PUBLIC_ANALYTICS_DOMAIN=""
PUBLIC_ANALYTICS_API_HOST=""
# Required only when PUBLIC_ANALYTICS_PROVIDER="umami":
PUBLIC_ANALYTICS_WEBSITE_ID=""
# Language Switcher
# Set to "false" to hide the language switcher in the navigation bar (default: "true")
PUBLIC_LANGUAGE_SWITCHER_ENABLED=true
# Language display formats for the top menu button and dropdown menu
# Options: "native", "english", "native-english", "english-native", "code"
# Button format (default: "native")
PUBLIC_LANGUAGE_SWITCHER_BUTTON_FORMAT=native
# Menu format (default: "native-english")
PUBLIC_LANGUAGE_SWITCHER_MENU_FORMAT=native-english
# Map style for MapLibre maps
PUBLIC_MAPLIBRE_STYLE="positron"