hello-shop/samples/MultiTenancySample/MultiTenancySample.ServiceDefaults/Properties/launchSettings.json

12 lines
296 B
JSON
Raw Permalink Normal View History

2024-04-28 08:00:15 +00:00
{
"profiles": {
"MultiTenancySample.ServiceDefaults": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:61544;http://localhost:61545"
}
}
}