mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-17 21:05:48 +08:00
Add ability to specify scheme of ServiceProviderConfiguration
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Ocelot.UnitTests.Configuration
|
||||
GlobalConfiguration = new FileGlobalConfiguration()
|
||||
};
|
||||
_reRoutes = new List<ReRoute>();
|
||||
_spc = new ServiceProviderConfiguration("", "", 1, "", "", 1);
|
||||
_spc = new ServiceProviderConfiguration("", "", "", 1, "", "", 1);
|
||||
_lbo = new LoadBalancerOptionsBuilder().Build();
|
||||
_qoso = new QoSOptions(1, 1, 1, "");
|
||||
_hho = new HttpHandlerOptionsBuilder().Build();
|
||||
|
||||
Reference in New Issue
Block a user