mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 04:17:43 +02:00
fix test configuration
This commit is contained in:
parent
2d953030d5
commit
2bfd54210f
1 changed files with 2 additions and 2 deletions
|
@ -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/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue