summaryrefslogtreecommitdiff
path: root/config_test.go
AgeCommit message (Collapse)Author
47 hoursAdd StartupConfiguration.Validate()xengineering
This method makes it easy to validate a configuration. A call of it is now embedded into the StartupConfiguration.FromJSON() method which should always be the lowest level function to parse configurations. Thus configurations can usually be trusted.
48 hoursAdd default config parsingxengineering
This is a first step towards configurability.