This PR introduces the ability to override the H5P Server's coreApiVersion and h5pVersion configuration values from storage, which should be currently set to 1.26 and 1.25, respectively.
Motivation
By allowing these overrides, we enable updating the core (as outlined in Lumi's core updates documentation) without requiring users to manually override the config, but load the values from storage.
Changes
Added configuration options for coreApiVersion and h5pVersion.
Summary
This PR introduces the ability to override the H5P Server's
coreApiVersion
andh5pVersion
configuration values from storage, which should be currently set to 1.26 and 1.25, respectively.Motivation
By allowing these overrides, we enable updating the core (as outlined in Lumi's core updates documentation) without requiring users to manually override the config, but load the values from storage.
Changes
Cheers! :)