Fixed up the .gitignore
More push to move towards a deployment stage
This commit is contained in:
@@ -26,9 +26,10 @@ type Config struct {
|
||||
ClientCAFile string `yaml:"client_ca_file"`
|
||||
} `yaml:"federation"`
|
||||
UI struct {
|
||||
Enable bool `yaml:"enable"`
|
||||
Path string `yaml:"path"`
|
||||
BaseURL string `yaml:"base_url"`
|
||||
Enable bool `yaml:"enable"`
|
||||
Path string `yaml:"path"`
|
||||
BaseURL string `yaml:"base_url"`
|
||||
FrontendHTTP string `yaml:"frontend_http"` // NEW
|
||||
} `yaml:"ui"`
|
||||
Storage struct {
|
||||
Backend string `yaml:"backend"`
|
||||
|
Reference in New Issue
Block a user