Skip to main content

shared/config/
mod.rs

1mod boot;
2mod configuration;
3
4pub use boot::{AppConfig, cache, database};
5pub use configuration::*;