fix password

This commit is contained in:
lwl0608 2023-12-24 12:51:44 +08:00
parent 08e470e08c
commit 8af970d0b3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
func main() {
// 加载配置
// 1.默认配置
configPath := consts.ProductionConfigPath
configPath := consts.MainConfigPath
//if os.Getenv("PROJECT_ENV") == "production" {
// configPath = consts.ProductionConfigPath