Skip to content

Commit

Permalink
Add SelfUrl to startup template
Browse files Browse the repository at this point in the history
  • Loading branch information
realLiangshiwei committed Dec 2, 2020
1 parent 3a73097 commit 755fce9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"App": {
"SelfUrl": "https://localhost:44305"
},
"AuthServer": {
"Authority": "https://localhost:44305",
"ClientId": "MyProjectName_Blazor",
Expand All @@ -7,6 +10,6 @@
"RemoteServices": {
"Default": {
"BaseUrl": "https://localhost:44305"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"App": {
"SelfUrl": "https://localhost:44301"
},
"AuthServer": {
"Authority": "https://localhost:44301",
"ClientId": "MyProjectName_Blazor",
Expand Down

0 comments on commit 755fce9

Please sign in to comment.