Class OrpheusConfiguration
- Namespace
- OrpheusCore.Configuration.Models
- Assembly
- OrpheusCore.dll
Orpheus's configuration.
public class OrpheusConfiguration
- Inheritance
-
OrpheusConfiguration
- Inherited Members
Constructors
OrpheusConfiguration()
Initializes a new instance of the OrpheusConfiguration class.
public OrpheusConfiguration()
Properties
DatabaseConnections
Gets or sets the database connections.
public List<DatabaseConnectionConfiguration> DatabaseConnections { get; set; }
Property Value
- List<DatabaseConnectionConfiguration>
The database connections.
DefaultStringSize
Gets or sets the default size of the string.
public int DefaultStringSize { get; set; }
Property Value
- int
The default size of a string field, when creating the db schema.