zeroframework/Services/DeviceCenter/ZeroFramework.DeviceCenter.API/Properties/launchSettings.json

16 lines
399 B
JSON
Raw Permalink Normal View History

2023-12-05 09:22:48 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"ZeroFramework.DeviceCenter.API": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:6001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}