Skip to content

Commit 3104e84

Browse files
authored
Merge pull request #32 from lixiaojun629/develop
bugfix
2 parents bff79e5 + 540fcf3 commit 3104e84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const DefaultProfile = "default"
3434
const Version = "0.1.18"
3535

3636
//ConfigIns 配置实例, 程序加载时生成
37-
var ConfigIns = &AggConfig{}
37+
var ConfigIns = &AggConfig{Profile: "default"}
3838

3939
//AggConfigListIns 配置列表, 进程启动时从本地文件加载
4040
var AggConfigListIns = &AggConfigManager{}

0 commit comments

Comments
 (0)