mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 11:06:43 +08:00
ws modify
This commit is contained in:
parent
0e69f7953a
commit
8c0a94c31c
@ -3,7 +3,6 @@ package config
|
|||||||
import (
|
import (
|
||||||
"gopkg.in/yaml.v3"
|
"gopkg.in/yaml.v3"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"os"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var Config config
|
var Config config
|
||||||
@ -148,8 +147,8 @@ type config struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
path, _ := os.Getwd()
|
//path, _ := os.Getwd()
|
||||||
bytes, err := ioutil.ReadFile(path + "/config/config.yaml")
|
bytes, err := ioutil.ReadFile("../config/config.yaml")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user