RobotNet/RobotNet.IdentityServer/Properties/launchSettings.json
2025-10-15 15:15:53 +07:00

16 lines
410 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"workingDirectory": "$(TargetDir)",
"applicationUrl": "https://localhost:7061",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}