Right now we have config.rs which is a compile-time config. This is needed for some items, but not for all. It would be better if we had a .toml file in which certain things are stored. Maybe we should/can use Rocket.toml. But maybe we should rather use our own.
Right now we have
config.rs
which is a compile-time config. This is needed for some items, but not for all. It would be better if we had a.toml
file in which certain things are stored. Maybe we should/can useRocket.toml
. But maybe we should rather use our own.