pub async fn serve( config: Config, config_path: PathBuf, db: Database, addr: &str, shutdown_rx: Option<Receiver<bool>>, ) -> Result<()>