Service.EnvFile Property

Definition

Represents a collection of paths to environment variable files used by the service. These files contain key-value pairs of environment variables that will be loaded and applied to the service configuration at runtime.

[YamlDotNet.Serialization.YamlMember(Alias="env_file", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> EnvFile { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="env_file", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.EnvFile : System.Collections.Generic.List<string> with get, set
Public Property EnvFile As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to