fix(backend): added missing ch config to connector service
This commit is contained in:
parent
3a2ed49385
commit
f65f5e1b47
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ type Config struct {
|
|||
common.Postgres
|
||||
redis.Redis
|
||||
common.Redshift
|
||||
common.Clickhouse
|
||||
objectstorage.ObjectsConfig
|
||||
SessionsTableName string `env:"SESSIONS_TABLE_NAME,default=connector_user_sessions"`
|
||||
EventsTableName string `env:"EVENTS_TABLE_NAME,default=connector_events"`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue