Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Setting

Package version

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".

Hierarchy

  • Setting

Index

Properties

Properties

Optional name

name: undefined | string

The name of the setting.

Optional value

value: undefined | string

The value of the setting.

Generated using TypeDoc