Skip to content

Commit 024c024

Browse files
committed
update the config
1 parent fdcedf5 commit 024c024

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

server/config/system.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type System struct {
66
DbType string `mapstructure:"db-type" json:"dbType" yaml:"db-type"`
77
OssType string `mapstructure:"oss-type" json:"ossType" yaml:"oss-type"`
88
UseMultipoint bool `mapstructure:"use-multipoint" json:"useMultipoint" yaml:"use-multipoint"`
9-
GitlabBase string `json:"gitlabBase" yaml:"gitlab-base"`
10-
AiServer string `json:"ai_server" yaml:"ai_server"`
11-
AiToken string `json:"ai_token" yaml:"ai_token"`
9+
GitlabBase string `mapstructure:"gitlab-base" yaml:"gitlab-base"`
10+
AiServer string `mapstructure:"ai_server" yaml:"ai_server"`
11+
AiToken string `mapstructure:"ai_token" yaml:"ai_token"`
1212
}

0 commit comments

Comments
 (0)