-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.env.development
22 lines (21 loc) · 1.11 KB
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# To customize this configuration, make a copy of this file with name `.env.development.local`
# and modify that file instead.
REACT_APP_BASE_URL=http://localhost:3000
REACT_APP_FIREBASE_API_KEY=AIzaSyDqLWU3E81aqTqEvps7yc_bQOfPOZQzGEE
REACT_APP_FIREBASE_AUTH_DOMAIN=qhero-stage.firebaseapp.com
REACT_APP_FIREBASE_DATABASE_URL=https://qhero-stage.firebaseio.com
REACT_APP_FIREBASE_PROJECT_ID=qhero-stage
REACT_APP_FIREBASE_STORAGE_BUCKET=qhero-stage.appspot.com
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=855597135666
REACT_APP_FIREBASE_APP_ID=1:855597135666:web:9bf52744911dd9d252c92b
REACT_APP_FIREBASE_MEASUREMENT_ID=G-MM2TK770SV
REACT_APP_SENTRY_DSN=https://[email protected]/5178489
REACT_APP_GOOGLE_MAPS_KEY=AIzaSyDFCKxZqlzYTZ2MDnDrKnfe00jU8vJd4Yg
REACT_APP_ADMIN_ID=
REACT_APP_HOTLINE_ID=
REACT_APP_ENV=staging
REACT_APP_DEBUG_LOGGING=true
REACT_APP_ALLOWED_OPEN_REQUESTS_PER_USER=3
# make sure to align the following varibles with their represententives in the firebase functions in /firebase/functions/src/config.ts
REACT_APP_MORE_HELP_REQUEST_COOLDOWN_DAYS=1
REACT_APP_MAXIMUM_ALLOWED_REQUESTS_FOR_HELP=3