Skip to content

Commit

Permalink
update the config
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Feb 15, 2025
1 parent fdcedf5 commit 024c024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/config/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type System struct {
DbType string `mapstructure:"db-type" json:"dbType" yaml:"db-type"`
OssType string `mapstructure:"oss-type" json:"ossType" yaml:"oss-type"`
UseMultipoint bool `mapstructure:"use-multipoint" json:"useMultipoint" yaml:"use-multipoint"`
GitlabBase string `json:"gitlabBase" yaml:"gitlab-base"`
AiServer string `json:"ai_server" yaml:"ai_server"`
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"`
}

0 comments on commit 024c024

Please sign in to comment.