endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

Some configuration validation improvements #51

Closed bochecha closed 4 years ago

bochecha commented 4 years ago

This validates the configuration file all at once, so that all errors are reported together, instead of only reporting the first one.

This also changes the validation code so that Azafea only warns about default password when the configuration file is valid.