mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-24 08:16:15 +00:00
6 lines
142 B
Python
6 lines
142 B
Python
import os
|
|
import kcconf
|
|
|
|
# Override configs from environment variables
|
|
kcconf.configkopano(kcconf.parseenvironmentvariables(r"/etc/kopano/"))
|