[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

@@ -104,6 +104,11 @@ server:
dsn: "" # Connection string for postgres or mysql
encryptionKey: ""
# Activity events store configuration (optional, defaults to sqlite in dataDir)
# activityStore:
# engine: "sqlite" # sqlite or postgres
# dsn: "" # Connection string for postgres
# Reverse proxy settings (optional)
# reverseProxy:
# trustedHTTPProxies: []