Crow icon indicating copy to clipboard operation
Crow copied to clipboard

Use runtime config file

Open The-EDev opened this issue 3 years ago • 1 comments

Allow Crow to use a config file to define anything that would be specified in crow::Crow methods or macros. This was suggested by @ipkn in a TODO:

replace with runtime config. libucl?

Although libucl is suggested, I would prefer either using a simpler (possibly single file / C++) library, or implementing our own key, value config parser.

The-EDev avatar Apr 27 '22 02:04 The-EDev

Hello, proposition for this : using json file. I think you already have most of the tools in crow::json :-)

joelguittet avatar Aug 02 '22 05:08 joelguittet