Squirrowse/Squirrowse.Web/Properties/launchSettings.json

27 lines
650 B
JSON
Raw Normal View History

2019-11-06 17:02:06 +01:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:56422",
"sslPort": 44381
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Squirrowse.Web": {
"commandName": "Project",
"launchBrowser": true,
2019-11-06 19:17:06 +01:00
"applicationUrl": "https://localhost:5003;http://localhost:5002",
2019-11-06 17:02:06 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
2019-11-07 11:52:27 +01:00
}