-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
37 lines (28 loc) · 1.21 KB
/
.env.example
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
# Custom backend-only environment variables
MIKRO_ORM_DYNAMIC_IMPORTS=true
OPENWEATHERMAP_API_URL=https://api.openweathermap.org/data/2.5
OPENWEATHERMAP_API_KEY=
WEBEX_API_URL=https://webexapis.com/v1
WEBEX_REDIRECT_URI=/auth/webex/callback
WEBEX_OAUTH_HELP_SERVICE_URL=https://oauth-helper-a.wbx2.com/helperservice/v1/actions/device
WEBEX_AUTHORIZATION_CODE_CLIENT_ID=
WEBEX_AUTHORIZATION_CODE_CLIENT_SECRET=
WEBEX_AUTHORIZATION_CODE_CLIENT_SCOPE="spark:kms spark:people_read"
WEBEX_BOT_EMAIL=
WEBEX_BOT_ID=
WEBEX_BOT_TOKEN=
WEBEX_NOTIFICATION_CHANNEL_ID=
WEBEX_NOTIFICATION_CHANNEL_TOKEN=
MINDY_REST_URL=https://mindy.wbx.ninja
INSTANT_CONNECT_REST_URL=https://mtg-broker-a.wbx2.com/api/v2
INSTANT_CONNECT_LEGACY_REST_URL=https://mtg-broker-a.wbx2.com/api/v1
INSTANT_CONNECT_USER_TOKEN=
INSTANT_CONNECT_AUD=
INSTANT_CONNECT_ORG_ID=
PUBLIC_TUNNEL=
# Custom frontend-exposed environment variables
PUBLIC_INSTANT_CONNECT_TALK_URL=https://instant.webex.com/gen/v1/talk
PUBLIC_INSTANT_CONNECT_GETTING_STARTED_URL=https://instant.webex.com
PUBLIC_NODE_SERVER_URL_SIP_DEMO=https://mindy.wbx.ninja/virtual-nurse-sip-address-request
PUBLIC_SOAP_BOX_URL=https://soapbox.wbx.ninja
PUBLIC_WEBEX_DEV_PORTAL_URL=https://developer.webex.com