Coding/BinaryDad.Coding/Properties/launchSettings.json

28 lines
687 B
JSON
Raw Normal View History

2022-06-25 16:55:54 +00:00
{
2021-07-19 00:56:02 +00:00
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:60775",
"sslPort": 0
}
},
"profiles": {
"BinaryDad.Coding": {
"commandName": "Project",
"launchBrowser": true,
2024-01-23 16:23:05 +00:00
"hotReloadEnabled": false,
2021-07-19 00:56:02 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2022-06-25 16:55:54 +00:00
},
"applicationUrl": "http://localhost:5000",
"dotnetRunMessages": "true"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true
2021-07-19 00:56:02 +00:00
}
}
2022-06-25 16:55:54 +00:00
}