You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated connection strings in appsettings.test.json to work with Docker containers:
- DB2: Added port 50000 to connection string
- PostgreSQL: Changed database name from chinook_db to chinook
- SQL Server: Changed from SQLEXPRESS named instance to default instance on port 1433 with sa authentication
- Oracle: Reverted to oracle-xe:18-slim image for .NET compatibility
Simplified docker-compose.yml Oracle configuration by removing unnecessary environment variables and comments.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments