mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 13:25:19 +00:00
feat: Split Google Calendar ID into work and personal IDs and ignore local database files.
This commit is contained in:
@@ -12,7 +12,8 @@ TELEGRAM_OWNER_CHAT_ID=
|
|||||||
# The path to your Google Cloud service account credentials file.
|
# The path to your Google Cloud service account credentials file.
|
||||||
GOOGLE_SERVICE_ACCOUNT_FILE=google_key.json
|
GOOGLE_SERVICE_ACCOUNT_FILE=google_key.json
|
||||||
# The ID of the Google Calendar you want the bot to manage.
|
# The ID of the Google Calendar you want the bot to manage.
|
||||||
GOOGLE_CALENDAR_ID=
|
WORK_GOOGLE_CALENDAR_ID=
|
||||||
|
PERSONAL_GOOGLE_CALENDAR_ID=
|
||||||
|
|
||||||
# ==================================================
|
# ==================================================
|
||||||
# Webhooks (n8n)
|
# Webhooks (n8n)
|
||||||
|
|||||||
1
talia_bot/.gitignore
vendored
Normal file
1
talia_bot/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
data/*.db
|
||||||
Reference in New Issue
Block a user