Skip to content

Commit

Permalink
edit launchsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoGilga committed Sep 19, 2024
1 parent e0a6bbf commit e6f249a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ApiUser/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5131"
"applicationUrl": "http://apiuser20240919141944.azurewebsites.net"
},
"https": {
"commandName": "Project",
Expand All @@ -18,7 +18,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7227;http://localhost:5131"
"applicationUrl": "https://apiuser20240919141944.azurewebsites.net"
},
"IIS Express": {
"commandName": "IISExpress",
Expand All @@ -45,7 +45,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:44425",
"applicationUrl": "http://apiuser20240919141944.azurewebsites.net",
"sslPort": 44346
}
}
Expand Down

0 comments on commit e6f249a

Please sign in to comment.