config path
This commit is contained in:
parent
2580a5de66
commit
5698bee129
|
@ -31,7 +31,7 @@ import (
|
|||
func main() {
|
||||
// 加载配置
|
||||
// 1.默认配置
|
||||
configPath := consts.ProductionOfflineConfigPath
|
||||
configPath := consts.MainOfflineConfigPath
|
||||
|
||||
//if os.Getenv("PROJECT_ENV") == "production" {
|
||||
// configPath = consts.ProductionConfigPath
|
||||
|
|
Loading…
Reference in New Issue