Build conf (#1773)

This commit is contained in:
Christophe Maudoux 2019-05-26 18:24:56 +02:00
parent 74c5f50e89
commit 74b9960afb
2 changed files with 10 additions and 1 deletions

View File

@ -1208,6 +1208,10 @@ qr/^(?:\*\.)?(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][
'default' => 15,
'type' => 'int'
},
'handlerServiceTokenTTL' => {
'default' => 30,
'type' => 'int'
},
'hiddenAttributes' => {
'default' => '_password',
'type' => 'text'

View File

@ -493,7 +493,12 @@ sub attributes {
documentation => 'Handler internal cache timeout',
flags => 'hp',
},
handlerServiceTokenTTL => {
type => 'int',
default => 30,
documentation => 'Handler ServiceToken timeout',
flags => 'hp',
},
# Loggers (ini only)
logLevel => {
type => 'text',