hello-shop/samples/MultiTenancySample/MultiTenancySample.ServiceDefaults/Properties/launchSettings.json
2024-04-28 16:00:15 +08:00

12 lines
296 B
JSON

{
"profiles": {
"MultiTenancySample.ServiceDefaults": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:61544;http://localhost:61545"
}
}
}