mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-22 22:03:03 +00:00
properly fix non ssl startup for meet
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
import os
|
||||
import kcconf
|
||||
|
||||
# Component specific configurations
|
||||
kcconf.configkopano({
|
||||
r"/etc/kopano/kweb.cfg":
|
||||
{
|
||||
'tls': "no"
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
# Override configs from environment variables
|
||||
kcconf.configkopano(kcconf.parseenvironmentvariables(r"/etc/kopano/"))
|
||||
|
||||
Reference in New Issue
Block a user