mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +00:00
6 lines
155 B
Python
6 lines
155 B
Python
#!/usr/bin/env python3
|
|
import kcconf
|
|
|
|
# Override configs from environment variables
|
|
kcconf.configkopano(kcconf.parseenvironmentvariables(r"/tmp/kopano/"))
|