mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-29 23:38:11 +08:00
feat: delele go work sum
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
6745b40094
commit
4c9b03ae4f
3
.gitignore
vendored
3
.gitignore
vendored
@ -31,9 +31,10 @@ output/
|
|||||||
_output/
|
_output/
|
||||||
|
|
||||||
### OpenIM Config ###
|
### OpenIM Config ###
|
||||||
|
config/config.yaml
|
||||||
./config/config.yaml
|
./config/config.yaml
|
||||||
.env
|
.env
|
||||||
|
./.env
|
||||||
|
|
||||||
### OpenIM deploy ###
|
### OpenIM deploy ###
|
||||||
deploy/openim_demo
|
deploy/openim_demo
|
||||||
|
|||||||
@ -203,8 +203,8 @@ func checkMinio() error {
|
|||||||
return ErrComponentStart.Wrap("Minio server is offline")
|
return ErrComponentStart.Wrap("Minio server is offline")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if exactIP(config.Config.Object.ApiURL) == "127.0.0.1" || exactIP(config.Config.Object.Minio.Endpoint) == "127.0.0.1" {
|
if exactIP(config.Config.Object.ApiURL) == "127.0.0.1" || exactIP(config.Config.Object.Minio.SignEndpoint) == "127.0.0.1" {
|
||||||
return ErrConfig.Wrap("apiURL or Minio endpoint contain 127.0.0.1.")
|
return ErrConfig.Wrap("apiURL or Minio SignEndpoint endpoint contain 127.0.0.1.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user