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
{{ message }}
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
This file is currently being used to define some of the program settings, like logging and the port that the API listens on; it should be defined in an actual config file, probably one of the existing ones.
Possible Suggested Solution
Move the options from the file to an existing config file, and rewrite code to accommodate this.
Sub Tasks
It is possible that there are other places where configuration is defined in random files or C# files, these could and should also be moved to a config file.