LingAdmin/Backend/Services/AuthorizationService/LingAdmin.AuthorizationService/Properties/launchSettings.json

25 lines
756 B
JSON
Raw Permalink Normal View History

2026-04-16 18:13:06 +08:00
{
"$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"
}
}
}
}