mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-18 12:07:01 +08:00
815
Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
parent
fee6c3e6ba
commit
cfe7f3dd9b
@ -29,11 +29,13 @@ const (
|
||||
cfgPath = "../../../../../config/config.yaml"
|
||||
minioHealthCheckDuration = 1
|
||||
maxRetry = 3
|
||||
componentStartErr = 1705
|
||||
componentStartErrCode = 6000
|
||||
configErrCode = 6001
|
||||
)
|
||||
|
||||
var (
|
||||
ErrComponentStart = errs.NewCodeError(componentStartErr, "ComponentStartErr")
|
||||
Errconfig = errs.NewCodeError(configErr, "")
|
||||
)
|
||||
|
||||
func initCfg() error {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user