Package io.quarkus.deployment
Interface ConfigBuildTimeConfig
@ConfigMapping(prefix="quarkus.config")
@ConfigRoot(phase=BUILD_TIME)
@ConfigDocPrefix("quarkus.config")
public interface ConfigBuildTimeConfig
Configuration
-
Method Summary
Modifier and TypeMethodDescriptionbooleanSet this totrueto read configuration from system properties and environment variables only.
-
Method Details
-
systemOnly
@WithName("sources.system-only") @WithDefault("false") boolean systemOnly()Set this to
trueto read configuration from system properties and environment variables only. This only applies to runtime.
-