change ENV name

This commit is contained in:
Bilal
2020-09-14 18:18:36 +03:00
parent 6fff636f5c
commit afd51a51f0
2 changed files with 2 additions and 2 deletions

View File

@@ -34,4 +34,4 @@ MILLICAST_API_SECRET=
MILLICAST_ACCOUNT_ID=
# Daily.co live chat API token
DAILY_API_TOKEN=
DAILYCO_API_KEY=

View File

@@ -19,7 +19,7 @@ class Daily
def headers
{
'Authorization': "Bearer #{ENV['DAILY_API_TOKEN']}"
'Authorization': "Bearer #{ENV['DAILYCO_API_KEY']}"
}
end
end