545baa1c367e763a1c26232e94fbc08756e401fd
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
Description
No description provided
Languages
Rust
55.4%
TypeScript
35.5%
JavaScript
2.7%
CSS
2.7%
Dockerfile
2.2%
Other
1.5%