by Robin at 20231226; main

This commit is contained in:
Leufolium 2023-12-26 20:09:35 +08:00
parent 915371e6ad
commit d8bd43b767
1 changed files with 1 additions and 1 deletions

View File

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