Snowflake/RPG.Services.SDK/Properties/launchSettings.json

12 lines
278 B
JSON
Raw Normal View History

2024-01-18 16:18:25 +00:00
{
"profiles": {
"RPG.Services.SDK": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:52654;http://localhost:52655"
}
}
}