-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.stage
41 lines (26 loc) · 1.79 KB
/
.env.stage
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
#!/bin/bash
export NODE_ENV="production"
export BABEL_ENV="production"
export GRAYLOG_CLUSTER="stage.stq.cloud"
export REACT_APP_GRAPHQL_ENDPOINT="https://stage.stq.cloud/graphql"
export REACT_APP_SERVER_GRAPHQL_ENDPOINT="https://stage.stq.cloud/graphql"
export REACT_APP_GRAPHQL_ENDPOINT_NODEJS="http://gateway:8000/graphql"
export REACT_APP_HOST="https://stage.stq.cloud"
export REACT_APP_OAUTH_FACEBOOK_APP_ID="425217154570731"
export REACT_APP_OAUTH_FACEBOOK_REDIRECT_URI="https://stage.stq.cloud/oauth_callback/fb"
export REACT_APP_OAUTH_GOOGLE_CLIENT_ID="245895770851-38n6to49r49reccloeepeutocvk2hne3.apps.googleusercontent.com"
export REACT_APP_OAUTH_GOOGLE_REDIRECT_URI="https://stage.stq.cloud/oauth_callback/google"
export REACT_APP_OAUTH_GOOGLE_SCOPES="https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile"
export REACT_APP_GOOGLE_PLACES_API_URL="https://maps.googleapis.com/maps/api/js?key=#API_KEY#&libraries=places"
export REACT_APP_GOOGLE_PLACES_API_KEY_PLACEHOLDER="#API_KEY#"
export REACT_APP_GOOGLE_PLACES_API_KEY="AIzaSyDZFEQohOpK4QNELXiXw50DawOyoSgovTs"
export REACT_APP_STATIC_IMAGES_ENDPOINT="https://stage.stq.cloud/images"
export REACT_APP_RAVEN_CONFIG_URL_SPA="https://[email protected]/11"
export REACT_APP_RAVEN_CONFIG_URL_NODE="https://[email protected]/12"
export REACT_APP_STORIQA_SHOP_ID="191"
export REACT_APP_ZENDESK_EMAIL="[email protected]"
export REACT_APP_ZENDESK_TOKEN="yu5JvQvGXeCz0fc68AUwDcZAaQxAiaSIYHgwuD98"
export REACT_APP_COUNTRY_HEADER="cf-ipcountry"
export REACT_APP_STRIPE_API_KEY="pk_test_hH0fg7QCeCIE7ZmVN19h6l9C"
export REACT_APP_RRPARTNERID="5ba8ba0797a5281c5c422860"
export REACT_APP_WALLET_APPLE_URL="https://itunes.apple.com/ru/app/ture/id1448865994?mt=8"