-
-
Notifications
You must be signed in to change notification settings - Fork 424
Open
Labels
Description
The discussion in #3413 made me wonder if we need to review the configs for each and every module and see if the ConfigItem defaultvalues are used correctly, namely if it's a list it won't be possible to override at run-time.
And that behaviour is IMO disadvantageous in each case when we don't deal with mirrors and multiple servers, for example in the case of IRSA we routinely test server side changes by runtime changing the server url to the test server, and I see no reason to ship that url as a possibility in the list.
cc @keflavich for opinion and as he may remember why we kept using lists for non-mirrored services.