# Example environment variables for CalMiner # PostgreSQL connection settings DATABASE_DRIVER=postgresql DATABASE_HOST=localhost DATABASE_PORT=5432 DATABASE_USER= DATABASE_PASSWORD= DATABASE_NAME=calminer # Optional: set a schema (comma-separated for multiple entries) # DATABASE_SCHEMA=public # Legacy fallback (still supported, but granular settings are preferred) # DATABASE_URL=postgresql://:@localhost:5432/calminer