production path
This commit is contained in:
parent
8e6b8d65ac
commit
00ce752b6c
|
@ -28,6 +28,7 @@ func main() {
|
|||
// 加载配置
|
||||
// 1.默认配置
|
||||
configPath := consts.ProductionConfigPath
|
||||
|
||||
//if os.Getenv("PROJECT_ENV") == "production" {
|
||||
// configPath = consts.ProductionConfigPath
|
||||
//}
|
||||
|
|
Loading…
Reference in New Issue