chore: change name of api key env variable

This commit is contained in:
Udit Takkar
2021-12-07 01:51:52 +05:30
committed by Alec LaLonde
parent 4a07840686
commit b68f1fc280

View File

@@ -30,5 +30,5 @@ export const CONFIG = {
'https://d12-a-ceramic.3boxlabs.com',
actionsURL: process.env.NEXT_ACTIONS_URL || 'http://localhost:4000',
calendarId: 'nih59ktgafmm64ed4qk6ue8vv4@group.calendar.google.com',
googleDataApiKey: process.env.NEXT_PUBLIC_GOOGLE_API_KEY,
googleDataApiKey: process.env.NEXT_PUBLIC_YOUTUBE_API_KEY,
};