mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-24 12:06:36 +00:00
- Added new environment variables `DATABASE_EXTENSIONS_SCHEMA` and `DATABASE_SEARCH_PATH_VIA_OPTIONS` to `.env.example` and `docker-compose.yml` for better management of PostgreSQL schemas in multi-tenant deployments. - Updated the README and configuration documentation to explain the purpose and usage of the new variables, particularly for setups using Supabase. - Implemented schema verification and initialization logic in the backend to ensure proper handling of tenant-specific schemas during database connections. - Enhanced the installer and server settings forms to include the new configuration options, improving user experience and clarity.