chore: add clickhouse as db for logs on agent and search
ci-agent / build (push) Failing after 22s

This commit is contained in:
d3m0k1d
2026-04-03 23:23:43 +03:00
parent 27e82f80f1
commit d96f952d73
9 changed files with 595 additions and 0 deletions
+1
View File
@@ -9,4 +9,5 @@ type Databases struct {
Clickhouse_host string `yaml:"clickhouse_host"`
Clickhouse_user string `yaml:"clickhouse_user"`
Clickhouse_password string `yaml:"clickhouse_password"`
Clickhouse_database string `yaml:"clickhouse_database"`
}