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

26 lines
563 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": {
2020-03-22 14:47:59 +01:00
"applicationUrl": "http://localhost:2300",
"sslPort": 44308
2020-03-22 14:18:34 +01:00
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
2020-03-24 23:09:29 +01:00
"zero": {
2020-03-22 14:18:34 +01:00
"commandName": "Project",
2020-03-22 14:47:59 +01:00
"applicationUrl": "http://localhost:2300",
2020-03-22 14:18:34 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}