fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
59 stars 33 forks source link

Allow db path configuration via config file apart from env var #613

Closed 7flying closed 1 month ago

7flying commented 8 months ago

As a follow up of #556 , and as discussed in the comments, we should allow users to specify the DB path/url in each server's configuration file apart from specifying it in an environment variable (the current method).

runcom commented 1 month ago

fixed by https://github.com/fdo-rs/fido-device-onboard-rs/pull/666