Skip to content

Commit caa4c83

Browse files
Update launchSettings
1 parent 820a16f commit caa4c83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/CSharp.UnitTesting/CSharp.UnitTesting.Api/Properties/launchSettings.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
"windowsAuthentication": false,
44
"anonymousAuthentication": true,
55
"iisExpress": {
6-
"applicationUrl": "http://localhost:20001",
7-
"sslPort": 30001
6+
"applicationUrl": "http://localhost:5000",
7+
"sslPort": 5001
88
}
99
},
1010
"profiles": {
11-
"EfCore.RepositoryPattern.Sample.Dev": {
11+
"App.Dev": {
1212
"commandName": "Project",
1313
"launchBrowser": false,
14-
"applicationUrl": "https://localhost:30001;http://localhost:20001",
14+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
}
1818
},
19-
"EfCore.RepositoryPattern.Sample.Prod": {
19+
"App.Prod": {
2020
"commandName": "Project",
2121
"launchBrowser": false,
22-
"applicationUrl": "https://localhost:30001;http://localhost:20001",
22+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2323
"environmentVariables": {
2424
"ASPNETCORE_ENVIRONMENT": "Production"
2525
}

0 commit comments

Comments
 (0)