This commit is contained in:
parent
433b67a038
commit
c9d399f760
@ -33,7 +33,7 @@ func Init() {
|
||||
// initConfig
|
||||
// @description: 初始化配置
|
||||
func initConfig() {
|
||||
configBytes, err := os.ReadFile("./app.yaml")
|
||||
configBytes, err := os.ReadFile("/app/app.yaml")
|
||||
if err != nil {
|
||||
log.Panicf("读取配置文件失败: %v", err.Error())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user