Merge pull request #4 from daily-demos/examples/basic-call/api-key-url
Send general users to dashboard.daily.co
This commit is contained in:
commit
288748a56c
|
|
@ -1,8 +1,8 @@
|
||||||
# Domain excluding 'https://' and 'daily.co' e.g. 'somedomain'
|
# Domain excluding 'https://' and 'daily.co' e.g. 'somedomain'
|
||||||
DAILY_DOMAIN=
|
DAILY_DOMAIN=
|
||||||
|
|
||||||
# Obtained from https://dashboard.staging.daily.co/developers
|
# Obtained from https://dashboard.daily.co/developers
|
||||||
DAILY_API_KEY=
|
DAILY_API_KEY=
|
||||||
|
|
||||||
# Daily REST API endpoint
|
# Daily REST API endpoint
|
||||||
DAILY_REST_DOMAIN=https://api.daily.co/v1
|
DAILY_REST_DOMAIN=https://api.daily.co/v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue