by Robin at 20231226; main
This commit is contained in:
parent
915371e6ad
commit
d8bd43b767
|
@ -29,7 +29,7 @@ import (
|
|||
func main() {
|
||||
// 加载配置
|
||||
// 1.默认配置
|
||||
configPath := consts.ProductionConfigPath
|
||||
configPath := consts.MainConfigPath
|
||||
|
||||
//if os.Getenv("PROJECT_ENV") == "production" {
|
||||
// configPath = consts.ProductionConfigPath
|
||||
|
|
Loading…
Reference in New Issue