change ENV name
This commit is contained in:
@@ -34,4 +34,4 @@ MILLICAST_API_SECRET=
|
||||
MILLICAST_ACCOUNT_ID=
|
||||
|
||||
# Daily.co live chat API token
|
||||
DAILY_API_TOKEN=
|
||||
DAILYCO_API_KEY=
|
||||
@@ -19,7 +19,7 @@ class Daily
|
||||
|
||||
def headers
|
||||
{
|
||||
'Authorization': "Bearer #{ENV['DAILY_API_TOKEN']}"
|
||||
'Authorization': "Bearer #{ENV['DAILYCO_API_KEY']}"
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user