We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcedf5 commit 024c024Copy full SHA for 024c024
1 file changed
server/config/system.go
@@ -6,7 +6,7 @@ type System struct {
6
DbType string `mapstructure:"db-type" json:"dbType" yaml:"db-type"`
7
OssType string `mapstructure:"oss-type" json:"ossType" yaml:"oss-type"`
8
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"`
+ GitlabBase string `mapstructure:"gitlab-base" yaml:"gitlab-base"`
+ AiServer string `mapstructure:"ai_server" yaml:"ai_server"`
+ AiToken string `mapstructure:"ai_token" yaml:"ai_token"`
12
}
0 commit comments