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

Configuration property

Type

Default

If DevServices has been explicitly enabled or disabled. DevServices is generally enabled by default, unless there is an existing configuration present.

Environment variable: QUARKUS_WIREMOCK_DEVSERVICES_ENABLED

boolean

true

Name of the WireMock Dev Service.

Environment variable: QUARKUS_WIREMOCK_DEVSERVICES_SERVICE_NAME

string

wiremock-server

Optional fixed port the dev service will listen to.

Environment variable: QUARKUS_WIREMOCK_DEVSERVICES_PORT

int

8089

Restart WireMock whenever Quarkus is reloaded. Otherwise, whenever files are changed in the files-mapping location you would need to manually reload Quarkus.

Environment variable: QUARKUS_WIREMOCK_DEVSERVICES_RELOAD

boolean

false

Path to root dir with mappings and __files folders.

Environment variable: QUARKUS_WIREMOCK_DEVSERVICES_FILES_MAPPING

string

src/test/resources

If global response templating should be enabled for WireMock, see https://wiremock.org/2.x/docs/response-templating/

Environment variable: QUARKUS_WIREMOCK_DEVSERVICES_GLOBAL_RESPONSE_TEMPLATING

boolean

false