Use configuration file

This commit is contained in:
2022-02-19 20:37:30 +01:00
parent 3e27c21565
commit f090741944
11 changed files with 356 additions and 39 deletions

View File

@@ -7,6 +7,7 @@ use tracing_actix_web::TracingLogger;
#[macro_use]
extern crate lazy_static;
pub mod configuration;
pub mod contextswitch;
pub mod observability;
pub mod routes;