引入lumberjack和fluentbit自动分发
This commit is contained in:
@@ -17,7 +17,7 @@ func (this *ClickHouseAction) Init() {
|
||||
func (this *ClickHouseAction) RunGet(params struct{}) {
|
||||
this.Data["mainTab"] = "clickhouse"
|
||||
this.Data["config"] = map[string]interface{}{
|
||||
"host": "", "port": 8123, "user": "", "password": "", "database": "default",
|
||||
"host": "", "port": 8443, "user": "", "password": "", "database": "default", "scheme": "https",
|
||||
}
|
||||
this.Show()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user