-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env
23 lines (17 loc) · 885 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# "NEXT_PUBLIC" prefix is required for client-side support
# These are safe to expose publicly
NEXT_PUBLIC_BLVD_BUSINESS_ID=
NEXT_PUBLIC_BLVD_API_KEY=
NEXT_PUBLIC_MAPBOX_TOKEN=
GOOGLE_MAPS_API_KEY_DEVELOPMENT=
GOOGLE_ANALYTICS_KEY=
# possible values are MapBox, Google and None. Default is MapBox
# NEXT_PUBLIC_MAP_TYPE=MapBox
# possible values are SelectLocationFirst and SelectServiceFirst. Default is SelectLocationFirst
# NEXT_PUBLIC_FLOW_TYPE=SelectLocationFirst
# possible values are ShowTimeForOneDay and ShowTimeForManyDays. Default is ShowTimeForOneDay
# NEXT_PUBLIC_DATE_TIME_TYPE=ShowTimeForOneDay
# when the value of NEXT_PUBLIC_BLVD_PLATFORM is set to `live` the starter kit code will target the production servers of Boulevard
# NEXT_PUBLIC_BLVD_PLATFORM=live
# display popup that allows to configure app setting. Default is No
NEXT_PUBLIC_DISPLAY_APP_SETTINGS=Yes