Remove base_config.json and ignore.
Some checks failed
Build and Publish / publish image (push) Successful in 16s
Build and Publish / deploy image (push) Failing after 1s

This is the configured version of config_template.json that should not be checked in.
This commit is contained in:
Guilherme 2024-10-01 22:10:16 +02:00
parent 57a76c5bfc
commit 2d9973aa98
2 changed files with 1 additions and 24 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
# User ignore
cfg/secrets.json
cfg/base_config.json
# ---> Python
# Byte-compiled / optimized / DLL files

View File

@ -1,24 +0,0 @@
{
"teamup_api_key": "",
"calendar_id": "ksp4hsa93c1nt5kmym",
"telegram_bot_token": "",
"known_telegram_channels": [{"name": "Thekenhelden", "id": -1001302667129}, {"name": "Team Chat", "id": -1001361066996}],
"telegram_channels": [{"name": "ThekendienstBotTest", "id": -4558981107}],
"subcalendars_to_check": ["flexibler Thekendienst", "regelmäßiger Thekendienst"],
"default_subcalendar_for_new_event": ["flexibler Thekendienst"],
"timezone": "Europe/Berlin",
"header": "Es gibt noch offene Thekendienste für diese Woche\\!\nWer kann bitte im [Kalender](https://teamup.com/ksp4hsa93c1nt5kmym) eintragen und im 'HOBBYHIMMEL Thekenhelden' chat melden\\.\n\n",
"footer": "\\- Der freundliche Theckendiensterinnerungsbot",
"no_open_slots": "Juhu\\! Diese Woche gibt es keine offenen [Slots](https://teamup.com/ksp4hsa93c1nt5kmym)\\!",
"appointment_motivator": "Da mache ich Theke\\.",
"start_date": "tomorrow",
"time_slots": {
"Monday": {"start": "17:00", "end": "22:00"},
"Tuesday": {"start": "17:00", "end": "22:00"},
"Wednesday": {"start": "17:00", "end": "22:00"},
"Thursday": {"start": "17:00", "end": "22:00"},
"Friday": {"start": "15:00", "end": "22:00"},
"Saturday": {"start": "12:00", "end": "22:00"},
"Sunday": {"start": "12:00", "end": "20:00"}
}
}