fix(backend): added missing Database field to CH connector config
This commit is contained in:
parent
f65f5e1b47
commit
aa2e84a674
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ type Redshift struct {
|
|||
|
||||
type Clickhouse struct {
|
||||
URL string `env:"CLICKHOUSE_STRING"`
|
||||
Database string `env:"CLICKHOUSE_DATABASE,default=default"`
|
||||
UserName string `env:"CLICKHOUSE_USERNAME,default=default"`
|
||||
Password string `env:"CLICKHOUSE_PASSWORD,default="`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue