summaryrefslogtreecommitdiff
path: root/config.json
AgeCommit message (Collapse)Author
2024-03-24Provide example and default configurationxengineering
Those two configuration files should not be the same. The default configuration should be more or less empty while the example configuration should demonstrate the server's capabilities.
2023-03-27Pass appdata directory by argumentxengineering
Passing this as part of the configuration file is not flexible. With args it can be easily tweaked for the debug use case while the default path for production is included in the argument parsing.
2022-05-16Introduce appdata configuration optionxengineering
2022-05-16Add configuration of template pathxengineering
2022-05-15Publish codexengineering