-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.env.production
30 lines (22 loc) · 940 Bytes
/
.env.production
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
# **** PSA ****
# Be careful not the check in any secret API keys
REACT_APP_API_ENDPOINT=https://api.sendchinatownlove.com/
REACT_APP_BASE_URL=https://merchant.sendchinatownlove.com/
# Google Analytics Tracking key
REACT_APP_GA_TRACKING_ID=UA-164362374-2
# Facebook Pixel ID
REACT_APP_FB_PIXEL_ID=2757464141030019
# Stripe publishable keys
REACT_APP_STRIPE_PUBLISHABLE_KEY=pk_live_pyiTwSF60ivEHJYJjCwLWi6N00N1OYUkpi
# Square publishable keys
REACT_APP_SQUARE_APPLICATION_ID=sq0idp-7ElutjGrfi-QPUnXqkRt4w
REACT_APP_SQUARE_LOCATION_ID=3D0QAW4CSZJWZ
# Square publishable keys for Think!Chinatown
REACT_APP_THINK_CHINATOWN_APPLICATION_ID=sq0idp-sLQyJMaIFDni9Zpp_D7O4A
REACT_APP_THINK_CHINATOWN_LOCATION_ID=LRPHFMYQPSPZG
# 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