Class GlobalDevServicesConfig

java.lang.Object
io.quarkus.deployment.dev.devservices.GlobalDevServicesConfig

@ConfigRoot(name="devservices") public class GlobalDevServicesConfig extends Object
  • Field Details

    • enabled

      @ConfigItem(defaultValue="true") boolean enabled
      Global flag that can be used to disable all Dev Services. If this is set to false then Dev Services will not be used.
    • launchOnSharedNetwork

      @ConfigItem(defaultValue="false") public boolean launchOnSharedNetwork
      Global flag that can be used to force the attachmment of Dev Services to shared network. Default is false.
    • timeout

      @ConfigItem public Optional<Duration> timeout
      The timeout for starting a container
  • Constructor Details

    • GlobalDevServicesConfig

      public GlobalDevServicesConfig()