mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-22 03:25:48 +08:00
Add ability to specify scheme of ServiceProviderConfiguration
This commit is contained in:
@@ -59,6 +59,7 @@ namespace Ocelot.AcceptanceTests
|
||||
{
|
||||
ServiceDiscoveryProvider = new FileServiceDiscoveryProvider()
|
||||
{
|
||||
Scheme = "http",
|
||||
Host = "localhost",
|
||||
Port = consulPort
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user