mycroforge/MycroForge.Core/ProjectConfig.DbConfig.cs
mdnapo 02a82589ae - Refactored init & features
- Extended documentation
2024-07-14 22:27:32 +02:00

10 lines
198 B
C#

namespace MycroForge.Core;
public partial class ProjectConfig
{
public class DbConfig
{
public int DbhPort { get; set; }
public int DbuPort { get; set; }
}
}