Class DevUIConfig

java.lang.Object
io.quarkus.devui.deployment.DevUIConfig

@ConfigRoot(name="dev-ui") public class DevUIConfig extends Object
  • Field Details

    • historySize

      @ConfigItem(defaultValue="50") public int historySize
      The number of history log entries to remember.
    • showJsonRpcLog

      @ConfigItem(defaultValue="false") public boolean showJsonRpcLog
      Show the JsonRPC Log. Useful for extension developers
    • hosts

      @ConfigItem public Optional<List<String>> hosts
      More hosts allowed for Dev UI Comma separated list of valid URLs, e.g.: www.quarkus.io, myhost.com By default localhost and 127.0.0.1 will always be allowed
    • cors

      public DevUIConfig.Cors cors
      CORS configuration.
  • Constructor Details

    • DevUIConfig

      public DevUIConfig()