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
Currently the parsing of the config file dolos.toml is rather permissive and doesn’t prevent or warn in the case of unknown fields, or rather misplaced fields. It got me into trouble because I had manually written:
Currently the parsing of the config file
dolos.toml
is rather permissive and doesn’t prevent or warn in the case of unknown fields, or rather misplaced fields. It got me into trouble because I had manually written:Instead of
[serve.ouroboros]
for the section title. This lead to an unrelated error message about the database when runningdolos serve
.It would be very nice if those kind of mistakes where caught at parsing time.
The text was updated successfully, but these errors were encountered: