🎨
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward 2024-05-08 16:08:49 +08:00
parent 433b67a038
commit c9d399f760

View File

@ -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())
}