6bc6327647
Enhance Postgres connection string handling in ChatService to prioritize LANGGRAPH_PG_URL, derive from DATABASE_URL if available, and fallback to localhost configuration.
974d613fb0
Refactor Postgres connection string handling in ChatService to use environment variable for better configuration management in Docker and local development.