https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31059
--- Comment #10 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
