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
feat: allow users not to provide config option with default values
Now, you are able to run the tracler like this:
```
TORRUST_TRACKER_CONFIG="" cargo run
```
Default values will be used for the missing values in the provided
configuration. In that case, none of the values have been provided, so
it will use default values for all options.
0 commit comments