mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-22 07:16:10 +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/"))
|