https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31059 --- Comment #10 from David Cook <dcook@prosentient.com.au> --- I have a Catalyst app that uses Catalyst::Plugin::ConfigLoader (and Config::JFDI for non-Catalyst purposes). It's great because I have a base config.yaml file which I manage in version control, and then each instance has its own config_local.yaml file. These then get merged together with the local file overwriting the base file at app startup time. That said, that doesn't have a mechanism either for auto-generated values. But if I wanted to add auto-generated values, I'd probably introduce them via that base config.yaml file. -- Anyway, just my 2 cents -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.