8 lines
206 B
C#
Raw Normal View History

namespace AAIntegration.SimmonsBank.API.Configs;
public class ActiveAllocatorConfig
{
DatabaseConfig Database { get; set; }
List<string> AllowedHosts { get; set; }
string APIUrl { get; set; }
}