This commit is contained in:
parent
060adc8ff0
commit
0e343fe97f
|
@ -29,7 +29,7 @@ import (
|
||||||
func main() {
|
func main() {
|
||||||
// 加载配置
|
// 加载配置
|
||||||
// 1.默认配置
|
// 1.默认配置
|
||||||
configPath := consts.MainConfigPath
|
configPath := consts.ProductionConfigPath
|
||||||
|
|
||||||
//if os.Getenv("PROJECT_ENV") == "production" {
|
//if os.Getenv("PROJECT_ENV") == "production" {
|
||||||
// configPath = consts.ProductionConfigPath
|
// configPath = consts.ProductionConfigPath
|
||||||
|
|
Loading…
Reference in New Issue