Configuration Reference#
smallrye.config.profile
#
The main Profile to activate.
- type: String[]
- default:
smallrye.config.profile.parent
#
The parent Profile to activate.
- type: String[]
- default:
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
.
- type: URI[]
- default:
smallrye.config.mapping.validate-unknown
#
Validates that a @ConfigMapping
maps every available configuration name contained in the
mapping prefix.
- type: boolean
- default: false