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 |
smallrye.config.secret-handlers The names of the secret handlers to be loaded. A value of all loads all available secret handlers and a value of none skips the load. |
String[] | all |
smallrye.config.log.values Enable logging of configuration values lookup in DEBUG log level. |
boolean | false |