1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-03 20:07:42 +02:00

fix test configuration

This commit is contained in:
kakwa 2015-06-28 23:42:38 +02:00
parent 2d953030d5
commit 2bfd54210f

View file

@ -120,8 +120,8 @@ auth.mode = 'none'
# resources parameters # resources parameters
[resources] [resources]
# templates directory # templates directory
templates.dir = '/usr/share/ldapcherry/templates/' templates.dir = './resources/templates/'
[/static] [/static]
tools.staticdir.on = True tools.staticdir.on = True
tools.staticdir.dir = '/usr/share/ldapcherry/static/' tools.staticdir.dir = './resources/static/'