config path

This commit is contained in:
Leufolium 2024-05-24 03:56:36 +08:00
parent 2580a5de66
commit 5698bee129
1 changed files with 1 additions and 1 deletions

View File

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