You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently webserver uses configuration obtained through Config.create() even when it is later explicitly set.
We should remove this and expect users to provide configuration to us through APIs (as we have in reactive).
We may use some global configuration instance configured statically (see Nima.config()), though that should return an Optional<Config>, so we ignore it unless configured by user. This must also align correctly with config driven services when Pico is used.
The text was updated successfully, but these errors were encountered:
Currently webserver uses configuration obtained through
Config.create()
even when it is later explicitly set.We should remove this and expect users to provide configuration to us through APIs (as we have in reactive).
We may use some global configuration instance configured statically (see
Nima.config()
), though that should return anOptional<Config>
, so we ignore it unless configured by user. This must also align correctly with config driven services when Pico is used.The text was updated successfully, but these errors were encountered: