-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
38 lines (34 loc) · 1.66 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
36
37
38
# Get your Vonage Application ID and Private Key here: https://dashboard.nexmo.com/
# If using OpenTok SDK and credentials make sure to remove this block and uncomment the block below with OT_ variables.
VIDEO_SERVICE_PROVIDER='vonage'
VONAGE_APP_ID=''
# e.g. (this is an example application Id):
# VONAGE_APP_ID='12d0d0-aaaa-bbb-ccc-26b780fb'
VONAGE_PRIVATE_KEY=''
# e.g.: (this is an example private key)
# VONAGE_PRIVATE_KEY='----BEGIN RSA PRIVATE KEY-----
# MIIBOAIBAAJARsF2wfXtjllRR8nnz8+CLULn0bqgZtYktJB2BdcB5bw6OYmmDVCc
# TeTC3VXZATdSqNA6WDWCkSVinC05uYEOEwIDAQABAkArUAaYmSkAeKCO54Pl7Ert
# 1gT+l9XU3cW+Wqhdfnsjkdjaksdjas9phpdiQXNosI60a8YyeyBUjCtQGFwbJ1Kl
# AiEAioOWu1s5nbB6ioOXdhbW4Ovfdkjnldfjlkndfjk/njsCIQCCxRfwRVfDcC0h
# hvuOpFzvZ870deo1/OD8j4U8jG+aCQIgXeU55qO+eODLEN6Ha+urmikc1kyQC/KP
# aKMjV5PzfUUCIdfgdfgdERJ1K9EVwfE/5bH1E+TERb3j21UZZphjGv15AiBBs0w5
# WRuPspPXIAHPKrjEHkUsgDZHW/V0fJWbIjJarw==6ISP6wuV0E6SRl1xKVyoYT0D
# 8iIsCNO9GfFOx3HWN7Q1++fAAhV37
# -----END PRIVATE KEY-----
# '
# If using OpenTok SDK (https://tokbox.com/developer/sdks/js/) remove the variables above and use these instead.
# VIDEO_SERVICE_PROVIDER='opentok'
# OT_API_KEY=api-key
# OT_API_SECRET=api-secret
# If deploying to Vonage Cloud Runtime (https://developer.vonage.com/en/vonage-cloud-runtime/overview)
# enter your port here; the default is 3345.
# DO NOT SET THIS VARIABLE IN LOCAL ENV:
# If this variable is set the app will try to use VCR Storage.
# VCR_PORT=3345
# If implementing the jira service for customer feedback, enter your credentials here.
# JIRA_URL=jira-url
# JIRA_API_URL=jira-api-url
# JIRA_TOKEN=jira-token
# JIRA_PROJECT_KEY=jira-project-key
# JIRA_COMPONENT_ID=jira-component-id