Revision 33ebe9178b443c335379f085a4f21c9ff7198138 authored by Christophe Maudoux on 19 January 2019, 16:08:15 UTC, committed by Christophe Maudoux on 19 January 2019, 16:08:15 UTC
1 parent 44ee4a7
Raw File
lemonldap-ng-sql.ini
[all]

logLevel = debug
require  = __pwd__/e2e-tests/custom.pm

[configuration]

type=CDBI
dbiChain = dbi:SQLite:dbname=__pwd__/e2e-tests/conf/config.db

[portal]

checkXSS = 0
portalSkin = bootstrap
staticPrefix = /static
languages    = fr, en, vi, it, ar
templateDir  = __pwd__/lemonldap-ng-portal/site/templates
portalStatus = 1
;totp2fActivation = 1
;totp2fSelfRegistration = 1

[handler]

https = 0
status = 1
useRedirectOnError = 0

[manager]

enabledModules = conf, sessions, notifications, 2ndFA
protection   = manager
staticPrefix = /static
languages    = fr, en, vi, ar
templateDir  = __pwd__/lemonldap-ng-manager/site/templates

[node-handler]

nodeVhosts = test2.example.com
loopBackUrl = http://127.0.0.1:19876/
back to top