Updates the global configuration object with the provided partial configuration.
This function merges the given configuration into the existing GLOBAL_CONFIG object.
A partial configuration object containing the properties to update.
Only the specified properties will be updated, leaving the rest of the GLOBAL_CONFIG unchanged.
Updates the global configuration object with the provided partial configuration. This function merges the given configuration into the existing
GLOBAL_CONFIG
object.