The icon of the organisation
HOCON Config
Read runtime configuration with the HOCON format: https://github.com/lightbend/config

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.config:quarkus-config-hocon

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.config:quarkus-config-hocon"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.config:quarkus-config-hocon"