Search Results for

    Show / Hide Table of Contents

    Class RuntimeConfig

    Represents the runtime configuration for the application.

    Inheritance
    object
    RuntimeConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Morpheo.Sdk
    Assembly: Morpheo.Sdk.dll
    Syntax
    public class RuntimeConfig

    Properties

    | Edit this page View Source

    CentralServerUrl

    Gets or sets the URL of the central server, if applicable.

    Declaration
    [JsonPropertyName("centralServerUrl")]
    public string? CentralServerUrl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ConnectionString

    Gets or sets the database connection string.

    Declaration
    [JsonPropertyName("connectionString")]
    public string ConnectionString { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DatabaseType

    Gets or sets the database type (e.g., "Sqlite", "Postgres", "SqlServer", "Memory"). Default is "Sqlite".

    Declaration
    [JsonPropertyName("databaseType")]
    public string DatabaseType { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    EnableMesh

    Gets or sets a value indicating whether mesh networking is enabled. Default is false.

    Declaration
    [JsonPropertyName("enableMesh")]
    public bool EnableMesh { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HttpPort

    Gets or sets the HTTP port. Default is 5000.

    Declaration
    [JsonPropertyName("httpPort")]
    public int HttpPort { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NodeName

    Gets or sets the node name. Default is "Morpheo-Node".

    Declaration
    [JsonPropertyName("nodeName")]
    public string NodeName { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2025 DEHER Rémi - Propulsé par .NET 10