Files
web-api-200-examples/VendorManagement/Vendors.Api/Properties/launchSettings.json
2026-02-03 08:31:53 -05:00

24 lines
664 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://vendors_api.dev.localhost:5242",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://vendors_api.dev.localhost:7057;http://vendors_api.dev.localhost:5242",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}