updated example envs
This commit is contained in:
parent
e0ef2db6a5
commit
7450f51269
|
|
@ -6,3 +6,7 @@ DAILY_API_KEY=
|
|||
|
||||
# Daily REST API endpoint
|
||||
DAILY_REST_DOMAIN=https://api.daily.co/v1
|
||||
|
||||
|
||||
# Enable manual track subscriptions
|
||||
MANUAL_TRACK_SUBS=1
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
# Domain excluding 'https://' and 'daily.co' e.g. 'somedomain'
|
||||
DAILY_DOMAIN=
|
||||
|
||||
# Obtained from https://dashboard.daily.co/developers
|
||||
DAILY_API_KEY=
|
||||
|
||||
# Daily REST API endpoint
|
||||
DAILY_REST_DOMAIN=https://api.daily.co/v1
|
||||
DAILY_ROOM=
|
||||
|
||||
|
||||
# Enable manual track subscriptions
|
||||
MANUAL_TRACK_SUBS=1
|
||||
Loading…
Reference in New Issue