This sets up the foundational structure for a .NET Core 6 / React project, demonstrating common architectural patterns, Docker integration, and key Strata libraries for API, data access (EF Core), background jobs (Hangfire), real-time communication (SignalR), and various frontend UI components.
14 lines
375 B
JSON
14 lines
375 B
JSON
{
|
|
"profiles": {
|
|
"Strata.KitchenSink.Hangfire.Dashboard": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"Hangfire__RunLocally": "true",
|
|
"AWS_Profile": "kitchensink",
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000"
|
|
}
|
|
}
|
|
} |