lemonldap-ng/lemonldap-ng-manager/t/lemonldap-ng.ini

43 lines
773 B
INI
Raw Permalink Normal View History

[all]
2018-12-01 22:36:03 +01:00
logLevel = error
localSessionStorage =
localSessionStorageOptions =
2017-02-13 12:58:39 +01:00
[configuration]
type=File
2015-05-14 08:45:03 +02:00
dirName=t/conf
[portal]
checkXSS = 0
[handler]
https = 0
;port = 8080
status = 0
useRedirectOnError = 0
[manager]
2019-10-05 11:59:52 +02:00
skippedUnitTests = cookieExpiration
2020-10-07 19:46:56 +02:00
skippedGlobalTests = cookieTTL oidcRPNeedRSAKey samlSignatureUnsupportedAlg
2019-10-05 11:59:52 +02:00
protection = manager
staticPrefix = app/
languages = fr, en, vi, ar
2015-05-14 08:45:03 +02:00
templateDir = site/templates/
2019-11-08 18:31:50 +01:00
enabledModules = conf, sessions, notifications, 2ndFA, viewer, api
viewerHiddenKeys = samlIDPMetaDataNodes samlSPMetaDataNodes, portalDisplayLogout captcha_login_enabled
2019-04-21 11:58:30 +02:00
viewerAllowBrowser = $env->{REMOTE_ADDR} eq '127.0.0.1'
2019-04-01 21:57:50 +02:00
viewerAllowDiff = 1
[sessionsExplorer]
;protection = authenticate
[apply]