Skip to content

Commit

Permalink
Restores LTS config option
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Gmerek <[email protected]>
  • Loading branch information
Gmerold committed Nov 15, 2024
1 parent 84d75f9 commit 0f376b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/factory/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type Configuration struct {
Mongodb *Mongodb `yaml:"mongodb"`
RocEnd *RocEndpt `yaml:"managedByConfigPod,omitempty"` // fetch config during bootup
LteEnd []*LteEndpt `yaml:"endpoints,omitempty"` // LTE endpoints are configured and not auto-detected
TLS *TLS `yaml:"tls"`
Mode5G bool `yaml:"mode5G,omitempty"`
SdfComp bool `yaml:"spec-compliant-sdf"`
EnableAuthentication bool `yaml:"enableAuthentication,omitempty"`
Expand Down

0 comments on commit 0f376b1

Please sign in to comment.