Skip to content

Commit 4074837

Browse files
authored
Remove explicit scheme setting for Consul (#424)
This has become redundant with SteeltoeOSS/Steeltoe#1596
1 parent 5b9b496 commit 4074837

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.Development.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"Consul": {
2828
"Discovery": {
2929
// Consul:Discovery:Enabled is overruled from launchSettings.json.
30-
"Enabled": false,
31-
"Scheme": "https"
30+
"Enabled": false
3231
}
3332
},
3433
// Steeltoe: Specify the name under which this service instance is registered.

0 commit comments

Comments
 (0)