mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
config path update
This commit is contained in:
parent
473c956b1b
commit
2c83e7980c
@ -143,7 +143,7 @@ type config struct {
|
||||
}
|
||||
|
||||
func init() {
|
||||
bytes, err := ioutil.ReadFile("config/config.yaml")
|
||||
bytes, err := ioutil.ReadFile("../config/config.yaml")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user