void.cat/VoidCat/Properties/launchSettings.json

21 lines
518 B
JSON
Raw Normal View History

2022-01-25 16:17:48 +00:00
{
"profiles": {
"VoidCat": {
"commandName": "Project",
2022-03-01 16:48:42 +00:00
"launchBrowser": false,
2022-01-25 16:17:48 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:7195",
"launchUrl": "http://localhost:3000",
2022-01-25 16:17:48 +00:00
"dotnetRunMessages": true
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true
}
}
}