Configuration Reference

Configuration properties are organized by phase. Build-time properties are fixed during the build and cannot be changed at runtime. Runtime properties can be set at startup.

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

/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_JS_CLIENT_ENABLED

boolean

false