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