From 169b33391262c0717bc13cf673582e05f29c9a3d Mon Sep 17 00:00:00 2001 From: TomPallister Date: Sun, 12 Apr 2020 18:25:34 +0100 Subject: [PATCH] updated docs --- docs/features/servicediscovery.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/features/servicediscovery.rst b/docs/features/servicediscovery.rst index f23d2a4a..2552a6b2 100644 --- a/docs/features/servicediscovery.rst +++ b/docs/features/servicediscovery.rst @@ -25,9 +25,12 @@ Then add the following to your ConfigureServices method. The following is required in the GlobalConfiguration. The Provider is required and if you do not specify a host and port the Consul default will be used. +Please note the Scheme option defauls to HTTP. It was added in this `PR `_. It defaults to HTTP to not introduce a breaking change. + .. code-block:: json "ServiceDiscoveryProvider": { + "Scheme": "https", "Host": "localhost", "Port": 8500, "Type": "Consul"