Files
mixtape/zero.Web/Properties/launchSettings.json
T
2020-03-24 23:09:29 +01:00

26 lines
563 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:2300",
"sslPort": 44308
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"zero": {
"commandName": "Project",
"applicationUrl": "http://localhost:2300",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}