|
|
@ -24,6 +24,7 @@ import (
|
|
|
|
|
|
|
|
|
|
|
|
"github.com/OpenIMSDK/tools/component"
|
|
|
|
"github.com/OpenIMSDK/tools/component"
|
|
|
|
"github.com/OpenIMSDK/tools/errs"
|
|
|
|
"github.com/OpenIMSDK/tools/errs"
|
|
|
|
|
|
|
|
|
|
|
|
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
|
|
|
|
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
|
|
|
|
|
|
|
|
|
|
|
|
"gopkg.in/yaml.v3"
|
|
|
|
"gopkg.in/yaml.v3"
|
|
|
@ -305,4 +306,4 @@ func getMinioAddr(key1, key2, key3, fallback string) (string, error) {
|
|
|
|
endpoint = strings.Join(arr, ":")
|
|
|
|
endpoint = strings.Join(arr, ":")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return endpoint, nil
|
|
|
|
return endpoint, nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|