pschelpdesk/Vendor/Prise.Tests.Integration/Prise.IntegrationTestsHost/Properties/launchSettings.json
2024-11-04 20:45:34 +01:00

30 lines
823 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:12043",
"sslPort": 44300
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "weatherforecast",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Prise.IntegrationTestsHost": {
"commandName": "Project",
"commandLineArgs": "usecollectibleassemblies=false",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}