You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Knowledge responses are **metadata and links** (titles, URIs, `canonical_url`, d
21
21
22
22
## Environment variables
23
23
24
-
Copy `.env.example` to `.env` and adjust. Defaults and field names are defined in `src/core/config.py` (notably `DATABASE_URL`, `APP_HOST`, `APP_PORT`, `MCP_BASE_URL`, pagination limits).
24
+
Copy `.env.example` to `.env` and adjust. Defaults and field names are defined in `src/core/config.py` (notably `DATABASE_URL`, `APP_HOST`, `APP_PORT`, `MCP_BASE_URL`, pagination limits). For PostgreSQL URLs, `postgres://...` is normalized to `postgresql+asyncpg://...`, and `sslmode` is translated to asyncpg-compatible `ssl` (for example, `sslmode=disable` becomes `ssl=false`).
0 commit comments