1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 13:23:09 +00:00

Adding search index to data container

This commit is contained in:
Philipp
2018-12-20 21:38:24 +01:00
parent bda4021ade
commit 58f88fde38
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ kcconf.configkopano({
r"/etc/kopano/search.cfg":
{
'log_file': "-",
'log_level': "4"
'log_level': "4",
'index_path': "/kopano/data/search/"
}
})