Skip to content

Commit 169b333

Browse files
committed
updated docs
1 parent c8c3d12 commit 169b333

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/features/servicediscovery.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ Then add the following to your ConfigureServices method.
2525
The following is required in the GlobalConfiguration. The Provider is required and if you do not specify a host and port the Consul default
2626
will be used.
2727

28+
Please note the Scheme option defauls to HTTP. It was added in this `PR <https://github.com/ThreeMammals/Ocelot/pull/1154>`_. It defaults to HTTP to not introduce a breaking change.
29+
2830
.. code-block:: json
2931
3032
"ServiceDiscoveryProvider": {
33+
"Scheme": "https",
3134
"Host": "localhost",
3235
"Port": 8500,
3336
"Type": "Consul"

0 commit comments

Comments
 (0)