25 lines
756 B
JSON
25 lines
756 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
||
|
|
"profiles": {
|
||
|
|
"http": {
|
||
|
|
"commandName": "Project",
|
||
|
|
"dotnetRunMessages": true,
|
||
|
|
"launchBrowser": true,
|
||
|
|
"launchUrl": "swagger",
|
||
|
|
"applicationUrl": "http://localhost:5002",
|
||
|
|
"environmentVariables": {
|
||
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"dapr": {
|
||
|
|
"commandName": "Executable",
|
||
|
|
"executablePath": "dapr",
|
||
|
|
"commandLineArgs": "run --app-id authorization-service --app-port 5002 --dapr-http-port 3502 --resources-path ./dapr/components -- dotnet run --urls http://localhost:5002",
|
||
|
|
"workingDirectory": ".",
|
||
|
|
"environmentVariables": {
|
||
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|