8 lines
206 B
C#

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