feat(cmdk): added knowledgebases to the cmdk modal (#1530)

This commit is contained in:
Waleed
2025-10-01 21:21:42 -07:00
committed by GitHub
parent b33ae5bff9
commit ace83ebcae
9 changed files with 211 additions and 145 deletions

View File

@@ -1,5 +1,6 @@
# Database (Required)
DATABASE_URL="postgresql://postgres:password@localhost:5432/postgres"
# DATABASE_SSL=TRUE # Optional: Enable SSL for database connections (defaults to FALSE)
# PostgreSQL Port (Optional) - defaults to 5432 if not specified
# POSTGRES_PORT=5432