-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.env.development
29 lines (22 loc) · 945 Bytes
/
.env.development
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
# **** PSA ****
# Be careful not the check in any secret API keys
REACT_APP_API_ENDPOINT=https://staging-scl.herokuapp.com/
# swap this for local testing
# REACT_APP_API_ENDPOINT=http://localhost:5000/
REACT_APP_BASE_URL=http://localhost:3000/
# Google Analytics Tracking key
REACT_APP_GA_TRACKING_ID=''
# Stripe publishable keys
REACT_APP_STRIPE_PUBLISHABLE_KEY=pk_test_5AByIibLOhR6WHL3Mwnmel3P00zm0pIDrD
# Square publishable keys
REACT_APP_SQUARE_APPLICATION_ID=sandbox-sq0idb-aUT15n3qbkvAUY2OXQt_fg
REACT_APP_SQUARE_LOCATION_ID=E4R1NCMHG7B2Y
# Square publishable keys for Think!Chinatown
REACT_APP_THINK_CHINATOWN_APPLICATION_ID=sandbox-sq0idb-j_jFtQUzesCshLEjBd-Lxg
REACT_APP_THINK_CHINATOWN_LOCATION_ID=LP8KMVMD1BFPK
# Square publishable keys for Apex
REACT_APP_Apex_APPLICATION_ID=sq0idp-ayb-cNC1zt49cYM7MZ6nYQ
REACT_APP_Apex_LOCATION_ID=LJQ6T0REE7VS6
# Only one should be true
# REACT_APP_USE_STRIPE=TRUE
REACT_APP_USE_SQUARE=TRUE