From aac52a544feb4e4b4bc53cd7f9181c205f9f0cea Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Mon, 23 Dec 2024 15:08:40 +0800 Subject: [PATCH] change firenze etc --- app/firenze/cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/firenze/cmd/main.go b/app/firenze/cmd/main.go index 3afe6ec6..28e41ce6 100644 --- a/app/firenze/cmd/main.go +++ b/app/firenze/cmd/main.go @@ -27,7 +27,7 @@ func main() { // 加载配置 // 1.默认配置 - configPath := "/root/liwanglin/liwanglin/service/etc/firenze/firenze-local.yaml" + configPath := "/app/firenze/etc/firenze/firenze-prod.yaml" //configPath := "/Users/erwin/wishpalv2/service/etc/firenze/firenze-local-lwl.yaml" //if os.Getenv("PROJECT_ENV") == "production" {