Interface ConfigPluginOpts
ConfigPluginOpts
Interface Declared in
sdk/config/src/plugin/types.ts
Properties
configPath
Type: string
Path to the DX config files, defaults to current working directory.
devPath
Type: string
Path to the development overrides for DX config.
env
Type: string[]
Environment variables to be passed to the app.
envPath
Type: string
Path to the environment variable overrides for DX config.
mode
Type: string
If set to production
then config loaders behave differently:
Local
returns an empty objectDynamics
is enabled and makes an HTTP request to the well known config endpoint for config.
publicUrl
Type: string
Public URL of the published app. Also used to load the dynamic config.