[self-hosted] Support activity store engine in the combined server (#5406)

This commit is contained in:
Misha Bragin
2026-02-22 11:58:17 +02:00
committed by GitHub
parent 2a26cb4567
commit 2b98dc4e52
3 changed files with 21 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ type ServerConfig struct {
DisableGeoliteUpdate bool `yaml:"disableGeoliteUpdate"`
Auth AuthConfig `yaml:"auth"`
Store StoreConfig `yaml:"store"`
ActivityStore StoreConfig `yaml:"activityStore"`
ReverseProxy ReverseProxyConfig `yaml:"reverseProxy"`
}