Files
NasRobot/src/WebApi/Properties/launchSettings.json

16 lines
370 B
JSON
Raw Normal View History

2025-02-27 16:58:21 +08:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://0.0.0.0:5236",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}