Skip to content

Commit ace83eb

Browse files
authored
feat(cmdk): added knowledgebases to the cmdk modal (#1530)
1 parent b33ae5b commit ace83eb

File tree

9 files changed

+210
-144
lines changed

9 files changed

+210
-144
lines changed

apps/sim/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Database (Required)
22
DATABASE_URL="postgresql://postgres:password@localhost:5432/postgres"
3+
# DATABASE_SSL=TRUE # Optional: Enable SSL for database connections (defaults to FALSE)
34

45
# PostgreSQL Port (Optional) - defaults to 5432 if not specified
56
# POSTGRES_PORT=5432

0 commit comments

Comments
 (0)