1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00
2018-12-20 21:38:24 +01:00

16 lines
343 B
Python

import os
import kcconf
# Component specific configurations
kcconf.configkopano({
r"/etc/kopano/search.cfg":
{
'log_file': "-",
'log_level': "4",
'index_path': "/kopano/data/search/"
}
})
# Override configs from environment variables
kcconf.configkopano(kcconf.parseenvironmentvariables(r"/etc/kopano/"))