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
Refactor how Usher handles loading required vs optional site configuration. @apotek suggested we take a look at this after the changes introduced in #168
Description
Refactor how Usher handles loading required vs optional site configuration. @apotek suggested we take a look at this after the changes introduced in #168
Issue Owner
Proposed Solution
Create a list of site config keys that are required (in a struct?) and only throw exceptions if a missing key is in that list.
Alternatives Considered
The text was updated successfully, but these errors were encountered: