|
@@ -123,9 +123,7 @@ func InitConf() {
|
|
|
|
|
|
ConnectClickhouse(DB.Clickhouse)
|
|
|
Middleground = middleground.NewMiddleground(C.Hosts).
|
|
|
- RegUserCenter(C.UserCenterKey).
|
|
|
- RegPowerCheckCenter(C.PowerCheckCenterKey).
|
|
|
- RegEntManageApplication(C.EntManageApplication)
|
|
|
+ RegPowerCheckCenter(C.PowerCheckCenterKey)
|
|
|
}
|
|
|
func ConnectClickhouse(cHouseConfig *config.CHouseConfig) error {
|
|
|
var (
|