0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-06-30 02:31:08 +00:00
CleanArchitecture/CleanArchitecture.Api/Properties/launchSettings.json
2024-11-14 14:29:03 +01:00

16 lines
414 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"CleanArchitecture.Api": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7001;http://localhost:7000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}