mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 16:18:14 +08:00
Add ability to specify scheme of ServiceProviderConfiguration
This commit is contained in:
@ -74,6 +74,7 @@
|
||||
{
|
||||
ServiceDiscoveryProvider = new FileServiceDiscoveryProvider()
|
||||
{
|
||||
Scheme = "https",
|
||||
Host = "localhost",
|
||||
Port = consulPort
|
||||
}
|
||||
|
Reference in New Issue
Block a user