LingAdmin/Backend/LingAdmin.API/Properties/launchSettings.json

25 lines
729 B
JSON
Raw Normal View History

2026-04-16 18:13:06 +08:00
{
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"dapr": {
"commandName": "Executable",
"executablePath": "dapr",
"workingDirectory": ".",
"commandLineArgs": "run --app-id lingadmin-api --app-port 5000 --dapr-http-port 3500 --dapr-grpc-port 50001 --resources-path ./dapr/components -- dotnet run",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:5000"
}
}
}
}