You've already forked authentication-service
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:
@@ -370,7 +370,7 @@ impl Default for HttpConfig {
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
impl ConfigurationSection<'_> for HttpConfig {
|
||||
impl ConfigurationSection for HttpConfig {
|
||||
fn path() -> &'static str {
|
||||
"http"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user