-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvcr.yml
35 lines (35 loc) · 922 Bytes
/
vcr.yml
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
project:
name: vonage-video-react-app
instance:
name: dev
runtime: nodejs22
region: aws.euw1
entrypoint: [yarn, run-server]
application-id: <APP_ID>
domains: [meet.vonagenetworks.net]
environment:
- name: VIDEO_SERVICE_PROVIDER
secret: VIDEO_SERVICE_PROVIDER
- name: VONAGE_APP_ID
secret: VONAGE_APP_ID
- name: VONAGE_PRIVATE_KEY
secret: VONAGE_PRIVATE_KEY
- name: VITE_ENABLE_REPORT_ISSUE
secret: VITE_ENABLE_REPORT_ISSUE
- name: JIRA_URL
secret: JIRA_URL
- name: JIRA_API_URL
secret: JIRA_API_URL
- name: JIRA_TOKEN
secret: JIRA_TOKEN
- name: JIRA_PROJECT_KEY
secret: JIRA_PROJECT_KEY
- name: JIRA_COMPONENT_ID
secret: JIRA_COMPONENT_ID
- name: JIRA_EPIC_LINK
secret: JIRA_EPIC_LINK
- name: JIRA_EPIC_URL
secret: JIRA_EPIC_URL
debug:
entrypoint: [yarn, run-server]
application-id: <APP_ID>