fix password
This commit is contained in:
parent
08e470e08c
commit
8af970d0b3
|
@ -27,7 +27,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