lemonldap-ng/e2e-tests/lemonldap-ng.ini

42 lines
809 B
INI
Raw Normal View History

[all]
2016-01-22 13:32:14 +01:00
logLevel = debug
[configuration]
type=File
dirName=__pwd__/e2e-tests/conf
2016-01-21 21:02:13 +01:00
localStorage=Cache::FileCache
localStorageOptions={ \
'namespace' => 'lemonldap-ng-config',\
'default_expires_in' => 600, \
'directory_umask' => '007', \
'cache_root' => '__pwd__/e2e-tests/conf', \
'cache_depth' => 0, \
}
[portal]
notification = 0
checkXSS = 0
2016-04-06 22:10:03 +02:00
portalSkin = bootstrap
2016-04-10 13:33:27 +02:00
staticPrefix = /
2016-04-11 07:00:34 +02:00
templateDir = __pwd__/lemonldap-ng-portal/example/skins
[handler]
https = 0
2016-02-11 11:58:59 +01:00
status = 1
useRedirectOnError = 0
[manager]
protection = manager
logLevel = error
staticPrefix = /static
languages = fr, en
templateDir = __pwd__/lemonldap-ng-manager/site/templates
[apply]