zeroframework/Services/DeviceCenter/ZeroFramework.DeviceCenter.API/Properties/launchSettings.json
2023-12-05 17:22:48 +08:00

16 lines
399 B
JSON

{
"$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"
}
}
}
}