Setting interface

Describes a setting for the container. The setting file path can be fetched from environment variable "Fabric_SettingPath". The path for Windows container is "C:\secrets". The path for Linux container is "/var/secrets".

Properties

name

The name of the setting.

value

The value of the setting.

Property Details

name

The name of the setting.

name?: string

Property Value

string

value

The value of the setting.

value?: string

Property Value

string