czerny
czerny

Reputation: 16684

Documentation of Helidon MP configuration options

Is there a documentation that lists all configuration options of Helidon MP, what they control, their default and allowed values?

The official Configuring the Server guide focuses for on in what way the configuration can come from, but not much on what can be configured.

Upvotes: 0

Views: 469

Answers (2)

Tomas Langer
Tomas Langer

Reputation: 499

Configuration reference for all configurable objects of Helidon (both SE and MP): https://helidon.io/docs/v3/#/config/config_reference

Upvotes: 2

Arjav Desai
Arjav Desai

Reputation: 46

We currently don't have a single documentation which list all possible config option for Helidon MP and are working on providing that as part of https://github.com/oracle/helidon/issues/3463

The doc you linked is giving example of how to configure as well as what to configure e.g. properties needed for TLS etc. If you can specify, what you want to configure on MP server or other component, we should be able to provide reference for the same.

Upvotes: 0

Related Questions