Skip to content

Commit

Permalink
add to the global cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Feb 12, 2024
1 parent 89ea322 commit 503d995
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/config/raw/global_cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ type GlobalCfg struct {
Persistence Persistence `yaml:"persistence" json:"persistence"`
RevisionSetter RevisionSetter `yaml:"revision_setter" json:"revision_setter"`
Admin Admin `yaml:"admin" json:"admin"`
TerraformAdminMode TerraformAdminMode `yaml:"terraform_admin_mode" json:"terraform_admin_mode"`
}

type TerraformAdminMode struct {
Repo string `yaml:"repo" json:"repo"`
Root string `yaml:"root" json:"root"`
}
type GithubTeam struct {
Name string `yaml:"name" json:"name"`
Org string `yaml:"org" json:"org"`
Expand Down

0 comments on commit 503d995

Please sign in to comment.