Skip to content

Configuration Reference#

Configuration Property Type Default
smallrye.config.profile
The main Profile to activate.
String[]
smallrye.config.profile.parent
The parent Profile to activate.
String
smallrye.config.locations
Additional config locations to be loaded with the Config. The configuration supports multiple locations separated by a comma and each must represent a valid java.net.URI.
URI[]
smallrye.config.mapping.validate-unknown
Validates that a @ConfigMapping maps every available configuration name contained in the mapping prefix.
boolean false