From 4d23469559c9ffb5c1cbb218b6f7f5df01b47ec4 Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Wed, 27 Apr 2022 14:29:08 +0200 Subject: [PATCH] #126 - fix --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.example b/.env.example index fe3a597..0689964 100644 --- a/.env.example +++ b/.env.example @@ -60,3 +60,8 @@ GOOGLE_CLIENT_SECRET= GOOGLE_REDIRECT=http://localhost/login/google/end GOOGLE_CALENDAR_ID= LOCAL_EMAIL_FOR_LOGIN_VIA_GOOGLE= + +SLACK_URL=https://slack.com/api +SLACK_CLIENT_TOKEN= +SLACK_SIGNING_SECRET= +SLACK_DEFAULT_CHANNEL="#general"