littleshop/LittleShop/Areas/Admin
SysAdmin 1aed286fac
All checks were successful
Build and Deploy LittleShop / Deploy to Production VPS (Manual Only) (push) Has been skipped
Build and Deploy LittleShop / Deploy to Pre-Production (CT109) (push) Successful in 1m0s
feat: Display runtime connection string in dashboard
Added connection string display to System Information section of dashboard.

- Injected IConfiguration into DashboardController
- Added ConnectionString to ViewData
- Displayed in monospace code format for easy reading
- Shows actual runtime connection string from configuration
- Helps verify which database file is being used in different environments

This makes it easier to troubleshoot database location issues, especially
when deploying to different environments (Development, Production, CT109, etc.).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 20:24:53 +00:00
..
Components/Products Refactor payment verification to manual workflow and add comprehensive cleanup tools 2025-09-25 19:29:00 +01:00
Controllers feat: Display runtime connection string in dashboard 2025-11-18 20:24:53 +00:00
Views feat: Display runtime connection string in dashboard 2025-11-18 20:24:53 +00:00