1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-21 23:00:50 +03:00

Split the full config with partial configs used by some sub-commands

This commit is contained in:
Quentin Gliech
2023-06-26 17:03:16 +02:00
parent dec9310a32
commit 8c42563e61
18 changed files with 135 additions and 23 deletions

View File

@@ -370,7 +370,7 @@ impl Default for HttpConfig {
}
#[async_trait]
impl ConfigurationSection<'_> for HttpConfig {
impl ConfigurationSection for HttpConfig {
fn path() -> &'static str {
"http"
}