Package io.quarkus.devui.deployment
Class DevUIConfig
java.lang.Object
io.quarkus.devui.deployment.DevUIConfig
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionCORS configuration.intThe number of history log entries to remember.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 allowedbooleanShow the JsonRPC Log. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
historySize
@ConfigItem(defaultValue="50") public int historySizeThe number of history log entries to remember. -
showJsonRpcLog
@ConfigItem(defaultValue="false") public boolean showJsonRpcLogShow the JsonRPC Log. Useful for extension developers -
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
CORS configuration.
-
-
Constructor Details
-
DevUIConfig
public DevUIConfig()
-