Squirrowse/squirrowse.web/Properties/launchSettings.json

35 lines
848 B
JSON
Raw Normal View History

2020-06-19 18:39:08 +02:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2020-06-20 14:00:42 +02:00
"applicationUrl": "http://192.168.0.13:8000",
2020-06-19 18:39:08 +02:00
"sslPort": 443
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"squirrowse.web": {
"commandName": "Project",
"launchBrowser": true,
"useSSL": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
2020-06-20 14:00:42 +02:00
"applicationUrl": "http://192.168.0.13:8000"
2020-06-19 18:39:08 +02:00
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true
}
}
}