From a91f251b98546809f7cd0cd6d1541a577bb202eb Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Wed, 29 Jun 2022 23:56:31 +0100 Subject: [PATCH] Remove '{}' to prevent overwriting .env.appStore value (#3200) --- .env.appStore.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.appStore.example b/.env.appStore.example index 667b5bf877..886b3d3024 100644 --- a/.env.appStore.example +++ b/.env.appStore.example @@ -21,7 +21,8 @@ DAILY_SCALE_PLAN='' # - GOOGLE CALENDAR/MEET/LOGIN # Needed to enable Google Calendar integration and Login with Google # @see https://github.com/calendso/calendso#obtaining-the-google-api-credentials -GOOGLE_API_CREDENTIALS='{}' +GOOGLE_API_CREDENTIALS= + # To enable Login with Google you need to: # 1. Set `GOOGLE_API_CREDENTIALS` above # 2. Set `GOOGLE_LOGIN_ENABLED` to `true`