Fixing missing configs

This commit is contained in:
Timmy
2026-04-04 12:08:45 +01:00
parent 2cf654aa4c
commit 656a840607
+8
View File
@@ -18,6 +18,14 @@ max_retries = 3
# (reads current HEAD branch).
base_branch = "master"
# Suppress soft rate-limit warning notifications in chat.
# Hard blocks and story-blocked notifications are always sent.
rate_limit_notifications = false
# IANA timezone for timer scheduling (e.g. "Europe/London", "America/New_York").
# Timer HH:MM inputs are interpreted in this timezone.
timezone = "Europe/London"
[[component]]
name = "frontend"
path = "frontend"