Squirrowse/Squirrowse.Service/Properties/launchSettings.json

40 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2019-11-05 13:01:38 +01:00
{
2019-10-31 10:23:07 +01:00
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:59337",
"sslPort": 44365
}
},
2019-11-05 13:01:38 +01:00
"$schema": "http://json.schemastore.org/launchsettings.json",
2019-10-31 10:23:07 +01:00
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Squirrowse.Service": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "weatherforecast",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2019-11-05 13:01:38 +01:00
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_URLS": "https://+:443;http://+:80",
"ASPNETCORE_HTTPS_PORT": "44366"
},
"httpPort": 59338,
"useSSL": true,
"sslPort": 44366
2019-10-31 10:23:07 +01:00
}
}
2019-11-04 09:29:37 +01:00
}