netmash/NDB.Test.Api/Properties/launchSettings.json

16 lines
382 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"NDB.Test.Api": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}