mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 16:41:35 -04:00
Change default settings to be able to run ocis server without any configuration
- Konnectd uses no TLS as it is behind the proxy - Glauth generates dev-certificates for ldap on startup if none are provided, - Glauth can launch unencrypted (9125) and encrypted (9126) port in parallel Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
committed by
Jörn Friedrich Dreyer
parent
d654079df8
commit
2615b65021
@@ -32,6 +32,7 @@ func configureKonnectd(cfg *config.Config) *svcconfig.Config {
|
||||
cfg.Konnectd.Log.Level = cfg.Log.Level
|
||||
cfg.Konnectd.Log.Pretty = cfg.Log.Pretty
|
||||
cfg.Konnectd.Log.Color = cfg.Log.Color
|
||||
cfg.Konnectd.HTTP.TLS = false
|
||||
|
||||
return cfg.Konnectd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user