Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,10 @@ tls.env

# bruno
tools/bruno/collection.bru

# Untracked markdown files
*.md
!README.md
!CONTRIBUTING.md
!CHANGELOG.md
!SECURITY.md
2 changes: 1 addition & 1 deletion pkg/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ type YAMLConfigurationCarver struct {
type YAMLConfigurationAdmin struct {
SessionKey string `yaml:"sessionKey"`
StaticDir string `yaml:"staticDir"`
StaticOffline bool `yaml:"keyFile"`
StaticOffline bool `yaml:"staticOffline"`
TemplatesDir string `yaml:"templatesDir"`
BrandingImage string `yaml:"brandingImage"`
BackgroundImage string `yaml:"backgroundImage"`
Expand Down
Loading