Coding/BinaryDad.Coding/Properties/launchSettings.json
2024-01-23 11:23:05 -05:00

28 lines
687 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:60775",
"sslPort": 0
}
},
"profiles": {
"BinaryDad.Coding": {
"commandName": "Project",
"launchBrowser": true,
"hotReloadEnabled": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5000",
"dotnetRunMessages": "true"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true
}
}
}