1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Rename the 'hack' configuration section to 'experimental'

This commit is contained in:
Quentin Gliech
2023-08-31 16:53:01 +02:00
parent bc04860afb
commit 21d3d3a5d4
4 changed files with 28 additions and 25 deletions

View File

@ -140,8 +140,8 @@ impl Options {
);
let site_config = SiteConfig {
access_token_ttl: config.hack.access_token_ttl,
compat_token_ttl: config.hack.compat_token_ttl,
access_token_ttl: config.experimental.access_token_ttl,
compat_token_ttl: config.experimental.compat_token_ttl,
};
// Explicitly the config to properly zeroize secret keys