forked from ringcentral/engage-digital-source-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sample.env
More file actions
18 lines (12 loc) · 647 Bytes
/
.sample.env
File metadata and controls
18 lines (12 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Get API_TOKEN in RingCentral Engage Digital -> sources -> your Dimelo SDK source
RINGCENTRAL_ENGAGE_DIGITAL_API_TOKEN=xxxxxxx
# Get API_TOKEN in RingCentral Engage Digital -> sources -> your Dimelo SDK source
RINGCENTRAL_ENGAGE_DIGITAL_ENDPOINT=https:/xxxxx.digital.ringcentral.com/realtime/sdk/yyyyy
# start proxy by `npm run proxy`
RINGCENTRAL_ENGAGE_SOURCE_SERVER=https://xxxx.ngrok.io
# local dev server port, start local dev server by `npm run start`
RINGCENTRAL_ENGAGE_SOURCE_EXPRESS_PORT=9898
RINGCENTRAL_ENGAGE_SOURCE_EXPRESS_HOST=localhost
# server home path, in case you want to use a special path
SERVER_HOME=/
FLASK_ENV=devtest