From fc07f3c679737953cf6879a2082b80399294599d Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Thu, 25 Jan 2024 22:32:37 +0100 Subject: [PATCH] chore: explain about api key --- next.calendar.constants.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.calendar.constants.mjs b/next.calendar.constants.mjs index ed7c24898551d..a78dc8f422997 100644 --- a/next.calendar.constants.mjs +++ b/next.calendar.constants.mjs @@ -12,6 +12,8 @@ export const BASE_CALENDAR_URL = /** * This is a shared (public) Google Calendar Key (accessible on the Web) for accessing Google's Public Calendar API * + * This is a PUBLIC available API Key and not a Secret; It's exposed by Google on their Calendar API Docs + * * Note that this is a custom Environment Variable that can be defined by us when necessary */ export const SHARED_CALENDAR_KEY =