Cache Settings for DEV mode

This commit is contained in:
Simon Martens
2025-05-21 14:02:05 +02:00
parent fca2b0dd5e
commit 86b25946eb
10 changed files with 756 additions and 18 deletions

View File

@@ -43,6 +43,7 @@ type Config struct {
WebHookEndpoint string `json:"webhook_endpoint" envconfig:"WEBHOOK_ENDPOINT"`
WebHookSecret string `json:"webhook_secret" envconfig:"WEBHOOK_SECRET"`
Debug bool `json:"debug" envconfig:"DEBUG"`
Cache bool `json:"cache" envconfig:"CACHE"`
Watch bool `json:"watch" envconfig:"WATCH"`
LogData bool `json:"log_data" envconfig:"LOG_DATA"`