summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Collapse)Author
47 hoursDeploy default configurationxengineering
The default configuration from the source tree is embedded into the executable with Go's embed package to assume the correct defaults. Furthermore it is now also part of the artifact tar archive to give users an idea how a configuration file should look like.
47 hoursconfigs: .gitignore: Add `debug.json`xengineering
This is reserved foooooooooor local development.
48 hoursUse default configxengineering
The default config JSON is embedded as bytes into the executable. Instead of constants the default values are now parsed from these embedded bytes.
48 hoursAdd default config parsingxengineering
This is a first step towards configurability.