Skip to content

Commit 2764dda

Browse files
committed
docs: refresh postgres startup variables after syncing main
1 parent fa2a704 commit 2764dda

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/POSTGRES_STARTUP_VARIABLES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This document summarizes how each implementation under `src/` decides whether to use PostgreSQL and which environment variable formats it expects.
44

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.
10+
511
## TypeScript (`src/typescript`)
612

713
Source of truth:

0 commit comments

Comments
 (0)