Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Setting

Package version

interface

An interface representing Setting. 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
member

{string} [name] The name of the setting.

Optional value

value: undefined | string
member

{string} [value] The value of the setting.

Generated using TypeDoc