launchsettings

This commit is contained in:
Stef Heyenrath
2022-03-11 14:48:08 +01:00
parent 55fbc52ce9
commit 6b15b80605

View File

@@ -0,0 +1,12 @@
{
"profiles": {
"WireMock.Net.WebApplication.NET6": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:54544;http://localhost:54545"
}
}
}