Generic settings used to configure applications.
Default Ui culture.
public String DefaultCulture { get; set; }
Whether multi-tenancy is disabled.
public Boolean DisableMultitenancy { get; set; }
Port where the application listen.
public Nullable<Int32> Port { get; set; }
Path of the working directory.
public String WorkingDirectory { get; set; }
In this document