Files
mixtape/zero.Web/Properties/launchSettings.json
T

27 lines
620 B
JSON
Raw Normal View History

{
2020-03-22 14:18:34 +01:00
"iisSettings": {
"windowsAuthentication": false,
2020-03-22 14:47:59 +01:00
"anonymousAuthentication": true,
2020-03-22 14:18:34 +01:00
"iisExpress": {
"applicationUrl": "http://localhost:57132/",
"sslPort": 0
2020-03-22 14:18:34 +01:00
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
2020-03-22 14:18:34 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"zero.Web": {
2020-03-22 14:18:34 +01:00
"commandName": "Project",
"launchBrowser": true,
2020-03-22 14:18:34 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:57133/"
2020-03-22 14:18:34 +01:00
}
}
}