Files
gwms/GWMS.UI/Properties/launchSettings.json
2021-08-02 11:55:37 +02:00

38 lines
996 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:26659",
"sslPort": 44339
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"GWMS.UI": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": "true",
"applicationUrl": "https://localhost:5003;http://localhost:5002"
},
"WSL 2": {
"commandName": "WSL2",
"launchBrowser": true,
"launchUrl": "https://localhost:5003",
"environmentVariables": {
"ASPNETCORE_URLS": "https://localhost:5003;http://localhost:5002",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": ""
}
}
}