lemonldap-ng/e2e-tests/lemonldap-ng.ini
Xavier Guimard 18d00d44b8 Reorganize templates (#595)
- mv *.tpl in site/templates
- manage external javascripts with bower
- mv the rest in site/static
2016-04-14 05:17:51 +00:00

42 lines
816 B
INI

[all]
logLevel = debug
[configuration]
type=File
dirName=__pwd__/e2e-tests/conf
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
portalSkin = bootstrap
staticPrefix = /static
templateDir = __pwd__/lemonldap-ng-portal/site/templates
[handler]
https = 0
status = 1
useRedirectOnError = 0
[manager]
protection = manager
logLevel = error
staticPrefix = /static
languages = fr, en
templateDir = __pwd__/lemonldap-ng-manager/site/templates
[apply]