-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Config #1184
Comments
If we want to support live reload of some components in the future (such as DOSGuard for example) we might want to do a bit more than a plain |
I will create a separate task for live config reload. In this task we want to rewrite config so it has these features:
Some details of implementation:
|
We should create a separate issues for these items:
|
It would be nice to refactor
Config
class to parse file once into structure applying all the default values and then use the structure everywhere in the code.It will also allow us to easily add
--check-config
run option to verify provided config instead of starting Clio.The text was updated successfully, but these errors were encountered: