Configuration Reference

All configuration properties are fixed at build time.

Configuration property fixed at build time - All other configuration properties are overridable at runtime

Configuration property

Type

Default

Enable JsonRPC Websocket

Environment variable: QUARKUS_JSON_RPC_WEB_SOCKET_ENABLED

boolean

true

HTTP Path for the JsonRPC Websocket

Environment variable: QUARKUS_JSON_RPC_WEB_SOCKET_PATH

string

/quarkus/json-rpc

Generate a JavaScript client proxy for all discovered JSON-RPC endpoints. When enabled, a static client library and a typed proxy module are generated as web resources, along with an import map following the mvnpm convention.

Environment variable: QUARKUS_JSON_RPC_CLIENT_ENABLED

boolean

false