Commit Graph

2 Commits (545baa1c367e763a1c26232e94fbc08756e401fd)

Author SHA1 Message Date
Dustin 545baa1c36 Use Rocket's Figment for configuration
Instead of reading our own TOML file for configuration, we can hook into
Rocket's [built-in configuration system][0].  Although it doesn't matter
much right now, it may if we end up using Rocket's SQL [database
integration][1], because it uses the same mechanism.  Without making
this change, we would end up with two configuration files in that case.

[0]: https://rocket.rs/guide/v0.5/configuration/#extracting-values
[1]: https://rocket.rs/guide/v0.5/state/#databases
2025-03-09 07:07:55 -05:00
Dustin ff832df721 Add container image build script 2025-03-08 21:15:16 -06:00