Skip to content

Commit

Permalink
Fixes #1417 - Sample Address/Port Doesn't Match HTML Page's Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgellock committed Apr 18, 2019
1 parent ef25bee commit 9882cf6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
"applicationUrl": "http://localhost:3978/"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:14523",
"sslPort": 44393
"applicationUrl": "http://localhost:3978/",
"sslPort": 0
}
},
"profiles": {
Expand All @@ -19,10 +19,10 @@
"DispatcherBot": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"applicationUrl": "http://localhost:3978/"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"_19.Custom_Dialogs": {
"Custom_Dialogs": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"_5.MultiTurn_Prompts_Bot": {
"ComplexDialog": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Bot_Builder_Echo_Bot_V43": {
"PromptUsersForInput": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
Expand All @@ -24,4 +24,4 @@
"applicationUrl": "http://localhost:3978/"
}
}
}
}

0 comments on commit 9882cf6

Please sign in to comment.