mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
fix test configuration
This commit is contained in:
parent
44024dbd02
commit
d7303da85f
@ -129,7 +129,7 @@ ad.login = 'administrator'
|
|||||||
# ad password
|
# ad password
|
||||||
ad.password = 'qwertyP455'
|
ad.password = 'qwertyP455'
|
||||||
# ad uri
|
# ad uri
|
||||||
ad.uri = 'ldaps://localhost'
|
ad.uri = 'ldaps://ad.ldapcherry.org'
|
||||||
|
|
||||||
# ca to use for ssl/tls connexion
|
# ca to use for ssl/tls connexion
|
||||||
#ad.ca = '/etc/dnscherry/TEST-cacert.pem'
|
#ad.ca = '/etc/dnscherry/TEST-cacert.pem'
|
||||||
@ -164,7 +164,7 @@ auth.mode = 'or'
|
|||||||
# resources parameters
|
# resources parameters
|
||||||
[resources]
|
[resources]
|
||||||
# templates directory
|
# templates directory
|
||||||
templates.dir = '/usr/share/ldapcherry/templates/'
|
templates.dir = './resources/templates/'
|
||||||
|
|
||||||
[/static]
|
[/static]
|
||||||
# enable serving static file through ldapcherry
|
# enable serving static file through ldapcherry
|
||||||
@ -172,7 +172,7 @@ templates.dir = '/usr/share/ldapcherry/templates/'
|
|||||||
# http server for better performance
|
# http server for better performance
|
||||||
tools.staticdir.on = True
|
tools.staticdir.on = True
|
||||||
# static resources directory (js, css, images...)
|
# static resources directory (js, css, images...)
|
||||||
tools.staticdir.dir = '/home/kakwa/Geek/GitHub/ldapcherry/resources/static/'
|
tools.staticdir.dir = './resources/static/'
|
||||||
|
|
||||||
## custom javascript files
|
## custom javascript files
|
||||||
#[/custom]
|
#[/custom]
|
||||||
@ -184,4 +184,3 @@ tools.staticdir.dir = '/home/kakwa/Geek/GitHub/ldapcherry/resources/static/'
|
|||||||
|
|
||||||
## path to directory containing js files
|
## path to directory containing js files
|
||||||
## use it to add custom auto-fill functions
|
## use it to add custom auto-fill functions
|
||||||
#tools.staticdir.dir = '/home/kakwa/Geek/GitHub/ldapcherry/resources/static/'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user