25 lines
729 B
JSON
25 lines
729 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|