voidkitty/VoidCat/Properties/launchSettings.json
2022-01-25 16:17:48 +00:00

21 lines
519 B
JSON

{
"profiles": {
"VoidCat": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7195",
"launchUrl": "https://localhost:3000",
"dotnetRunMessages": true
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true
}
}
}