production path

This commit is contained in:
lwl0608 2023-12-24 12:44:04 +08:00
parent 8e6b8d65ac
commit 00ce752b6c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ func main() {
// 加载配置 // 加载配置
// 1.默认配置 // 1.默认配置
configPath := consts.ProductionConfigPath configPath := consts.ProductionConfigPath
//if os.Getenv("PROJECT_ENV") == "production" { //if os.Getenv("PROJECT_ENV") == "production" {
// configPath = consts.ProductionConfigPath // configPath = consts.ProductionConfigPath
//} //}