mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Add a comment to OIDC config explaining the unit of settings.
This commit is contained in:
@@ -15,5 +15,7 @@ Note that the values of these attributes are case-sensitive.
|
||||
<OIDC>
|
||||
<Setter Property="VERIFY_SSL" Value="False" Type="bool"/>
|
||||
<Setter Property="REQUESTS_TIMEOUT" Value="3600" Type="float"/>
|
||||
<!-- The unit of value is seconds -->
|
||||
<Setter Property="ID_TOKEN_MAX_AGE" Value="3600" Type="float"/>
|
||||
<!-- The unit of value is seconds -->
|
||||
</OIDC>
|
||||
|
||||
Reference in New Issue
Block a user