You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Fix homeserver config docs
This commit is contained in:
committed by
Quentin Gliech
parent
18a74f6e7e
commit
d285e5ac97
@ -36,7 +36,7 @@ fn default_endpoint() -> Url {
|
||||
#[serde_as]
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, JsonSchema)]
|
||||
pub struct MatrixConfig {
|
||||
/// Time-to-live of a CSRF token in seconds
|
||||
/// The server name of the homeserver.
|
||||
#[serde(default = "default_homeserver")]
|
||||
pub homeserver: String,
|
||||
|
||||
|
Reference in New Issue
Block a user