-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Context:
christian.nicolai raised the point that the way we refer to YAML paths in the installation guide is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P
As an example:
The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections Default value: `8090`
would be better as:
A port number that is used by the embedded jetty server to process HTTP connections YAML-BLOCK-START container: ports: http: 8090 YAML-BLOCK-END
AT:
- all subsections of https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#configuration are adjusted to use fully valid yaml code blocks
This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10411. Please use this link for any future references and continue any discussion there.