remove cerberos by thalos
This commit is contained in:
		| @@ -0,0 +1,19 @@ | ||||
| using Core.Blueprint.External; | ||||
|  | ||||
| namespace Core.Thalos.External.GatewayConfigurations | ||||
| { | ||||
|     public record GatewayConfiguration | ||||
|     { | ||||
|         public GatewayConfiguration() | ||||
|         { | ||||
|             ThalosService = new ThalosServiceAPI(); | ||||
|         } | ||||
|  | ||||
|         public ThalosServiceAPI ThalosService { get; set; } | ||||
|     } | ||||
|     public record ThalosServiceAPI | ||||
|     { | ||||
|         public string Channel { get; set; } | ||||
|         public BaseEndpoint Endpoint { get; set; } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin