Files
FoodsharingOnboarding/FoodsharingSiegen.Server/Properties/launchSettings.json
2022-05-20 07:17:30 +02:00

28 lines
622 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:51178",
"sslPort": 44376
}
},
"profiles": {
"FoodsharingSiegen.Server": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}