28 Jun
2023
28 Jun
'23
8:52 a.m.
The Dancer configuration system with different config files and environments is usable also without Dancer. Especially it is usable when developing and running command line applications which are utilities for the same project where Dancer is at the core. I have several such utilities for different purposes, e.g. for database administration and worker queue maintenance. These programs load Dancer2 package only to get access to the configuration and to ensure they get exactly the same config as the Dancer apps get. Could we isolate the configuration system from Dancer2 and make it usable by itself? -- Mikko Koivunalho