-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.sample
More file actions
executable file
·27 lines (20 loc) · 850 Bytes
/
.env.sample
File metadata and controls
executable file
·27 lines (20 loc) · 850 Bytes
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
# Environment Variables for RingCentral
# The Client ID of the app
RINGCENTRAL_CLIENT_ID=
# The Client Secret of the app
RINGCENTRAL_CLIENT_SECRET=
# The phone number used by the developer when logging into RingCentral. This number will be
# different in sandbox and production. This is also the sender of the message.
RINGCENTRAL_USERNAME=
# The extension used by the developer when logging into RingCentral. This is only necessary if
# the username/sender above is the company phone number.
RINGCENTRAL_EXTENSION=
# The password used by the developer when logging into RingCentral
RINGCENTRAL_PASSWORD=
# The phone number of the recipient
RECIPIENT_PHONE_NUMBER=
# The base URL for call API calls
# Sandbox
RINGCENTRAL_SERVER_URL=https://platform.devtest.ringcentral.com
# Production
#RINGCENTRAL_SERVER_URL=https://platform.ringcentral.com