feat: configuration field filters is now optional
modified src/config.rs
@@ -23,7 +23,6 @@ const DEFAULT_STATUS_PAGE_UPDATE_INTERVAL: u64 = 10;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -32,6 +31,9 @@ pub struct Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -89,7 +91,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|