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
During the client refactor epic, the default server (LIS) that's used when the user doesn't specify a server was accidentally factored out. Let's factor it back in, but this time let's make it a field in the config file.
The text was updated successfully, but these errors were encountered:
thinking about this again and out loud, perhaps we could simply introduce the convention that the first server listed in the config will be used at the default. I don't see a downside to doing so and it would avoid the need for a one-server site to do anything special.
Commit c93449a updated the AppConfig class to contain a method that returns the default server. For now, the server returned is the first in the list of servers loaded from the config file.
During the client refactor epic, the default server (LIS) that's used when the user doesn't specify a server was accidentally factored out. Let's factor it back in, but this time let's make it a field in the config file.
The text was updated successfully, but these errors were encountered: