5 lines
157 B
C#
5 lines
157 B
C#
public sealed class CentralApiOptions
|
|
{
|
|
public const string Section = "CentralApi";
|
|
public string BaseUrl { get; init; } = "http://localhost:5080";
|
|
} |