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: docs/POSTGRES_STARTUP_VARIABLES.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
This document summarizes how each implementation under `src/` decides whether to use PostgreSQL and which environment variable formats it expects.
4
4
5
+
Synced with `main` and re-validated against current sources on 2026-02-13.
6
+
7
+
## Cross-Implementation Note
8
+
9
+
-`USE_POSTGRES` should not be used as a PostgreSQL mode switch. Current runtime code paths in `src/` use connection-related variables (for example `DATABASE_URL`, JDBC URL, or `ConnectionStrings__LampControl`) to decide storage backend.
0 commit comments