Added configurable ttl to settings

This commit is contained in:
SamTV12345 2024-04-24 19:34:55 +02:00
parent e9227ca91a
commit 00ce93ef51
4 changed files with 34 additions and 8 deletions

View file

@ -669,5 +669,16 @@
"redirect_uris": ["${USER_REDIRECT:http://localhost:9001/}"]
}
]
}
},
/* Set the time to live for the tokens
This is the time of seconds a user is logged into Etherpad
"ttl": {
"AccessToken": 3600,
"AuthorizationCode": 600,
"ClientCredentials": 3600,
"IdToken": 3600,
"RefreshToken": 86400
}
*/
}