Configuration property fixed at build time - All other configuration properties are overridable at runtime
| Configuration property | Type | Default | 
|---|---|---|
| If Dev Services for WireMock has been explicitly enabled or disabled. Environment variable:  | boolean | 
 | 
| Restart WireMock Dev Service whenever Quarkus is reloaded. Otherwise, whenever files are changed in the  Environment variable:  | boolean | 
 | 
| Optional fixed port the WireMock Dev Service will listen to. If not defined, the port will be chosen randomly. WARNING: Only ports between 1025 and 65535 are permitted. Environment variable:  | int | |
| Path to the WireMock configuration files (root dir which contains the  Environment variable:  | string | 
 | 
| Response templating is enabled by default in WireMock 3, with this setting response templating can be enabled globally. Please refer to Response Templating for more details. Environment variable:  | boolean | 
 | 
| Control whether WireMock Extension service loading, is enabled. Environment variable:  | boolean | 
 |