aspnetcore/test/AutobahnTestApp/Properties/launchSettings.json

42 lines
1.1 KiB
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:6155/",
"sslPort": 44371
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "ManagedSockets"
}
},
"AutobahnTestApp": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "ManagedSockets"
}
},
"AutobahnTestApp (SSL)": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:5443",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "ManagedSockets"
}
},
"WebListener": {
"commandName": "Project",
"commandLineArgs": "--server Microsoft.AspNetCore.Server.WebListener",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "ManagedSockets"
}
}
}
}