Squirrowse/Squirrowse.Service/Properties/launchSettings.json

30 lines
783 B
JSON
Raw Normal View History

2019-10-31 10:23:07 +01:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:59337",
"sslPort": 44365
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
2019-10-31 12:53:57 +01:00
"launchBrowser": false,
"launchUrl": "",
2019-10-31 10:23:07 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Squirrowse.Service": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "weatherforecast",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
2019-11-04 09:29:37 +01:00
}