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
Rename the 'hack' configuration section to 'experimental'
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user