Interface ConfigBuildTimeConfig


@ConfigMapping(prefix="quarkus.config") @ConfigRoot(phase=BUILD_TIME) @ConfigDocPrefix("quarkus.config") public interface ConfigBuildTimeConfig
Configuration
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Set this to true to read configuration from system properties and environment variables only.
  • Method Details

    • systemOnly

      @WithName("sources.system-only") @WithDefault("false") boolean systemOnly()

      Set this to true to read configuration from system properties and environment variables only. This only applies to runtime.