Standardize database naming and fix environment configuration

- Renamed database from 'decision_tree' to 'apoklisis' for consistency
- Updated docker-compose.yml: container renamed to 'apoklisis_postgres'
- Updated .env file with correct database URL
- Verified backend authentication flow working correctly
- Added postgres MCP server to Claude Code configuration
This commit is contained in:
Michael Chihlas
2026-01-27 18:28:10 -05:00
parent a3efe68282
commit 6a0f9cfc4a
4 changed files with 418 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"Bash(test:*)"
]
}
}