Files
allstarr/octo-fiesta/Properties/launchSettings.json
2026-01-10 21:16:07 -05:00

26 lines
702 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5274",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7248;http://localhost:5274",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
}
}
}
}