Revert "Add SelfUrl to startup template"

This reverts commit 755fce9551.
pull/6440/head
liangshiwei 5 years ago
parent 755fce9551
commit ab86456071

@ -1,7 +1,4 @@
{
"App": {
"SelfUrl": "https://localhost:44305"
},
"AuthServer": {
"Authority": "https://localhost:44305",
"ClientId": "MyProjectName_Blazor",
@ -10,6 +7,6 @@
"RemoteServices": {
"Default": {
"BaseUrl": "https://localhost:44305"
}
}
}
}
}

@ -1,7 +1,4 @@
{
"App": {
"SelfUrl": "https://localhost:44301"
},
"AuthServer": {
"Authority": "https://localhost:44301",
"ClientId": "MyProjectName_Blazor",

Loading…
Cancel
Save