Source

public enum Source

Enum to specify the configuration source. The supported options are to load configuration data from either command-line arguments or environment variables.

  • Flag to load configurations from command-line arguments.

    Declaration

    Swift

    case commandLineArguments
  • Flag to load configurations from environment variables.

    Declaration

    Swift

    case environmentVariables