Hirevo / alexandrie

An alternative crate registry, implemented in Rust.
https://hirevo.github.io/alexandrie/
Apache License 2.0
493 stars 55 forks source link

Fixed missing `frontend.auth.origin` in example configuration #155

Closed Hirevo closed 1 year ago

Hirevo commented 1 year ago

This PR simply fixes the missing origin configuration option (in [frontend.auth]), which is mandatory for the server to run, making this an easy thing to be confused by when the server errors out using the default configuration file.

Closes #152.