| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2 days | Add 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. | |||
| 2 days | Use default config | xengineering | |
| The default config JSON is embedded as bytes into the executable. Instead of constants the default values are now parsed from these embedded bytes. | |||
| 2 days | Add default config parsing | xengineering | |
| This is a first step towards configurability. | |||
