At the moment one has to provide the settings_list upfront.
It may be preferable to also be able to load settings while the server is running - as a mock server one can add this config in the caller while its running avoiding stopping the server every time the settings_list changes.
At the moment one has to provide the
settings_listupfront.It may be preferable to also be able to load settings while the server is running - as a mock server one can add this config in the caller while its running avoiding stopping the server every time the
settings_listchanges.