You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #10049 it was requested that coolwsd.xml defaults should match built-in defaults, and some progress was made. Now we have a systematic approach. coolwsd logs non-default values from coolwsd.xml at startup.
For example: podman run -i -t --name collabora_code -p 9980:9980 -e "extra_params=--o:ssl.enable=false --o:ssl.termination=false" docker.io/collabora/code:latest
Describe the Bug
In #10049 it was requested that coolwsd.xml defaults should match built-in defaults, and some progress was made. Now we have a systematic approach.
coolwsd
logs non-default values from coolwsd.xml at startup.For example:
podman run -i -t --name collabora_code -p 9980:9980 -e "extra_params=--o:ssl.enable=false --o:ssl.termination=false" docker.io/collabora/code:latest
ssl.enable: false
is interesting, because we changed that one in the command line.coolwsd.xml
defaults do not match built-in defaults #10049 was about originally.(I just dumped it so I do not forget, nothing is urgent about it. It was CODE 24.04.10.1.)
CC @Ashod
The text was updated successfully, but these errors were encountered: