From a2e295d95bdfb6636cb533486b8c028e9e0ff855 Mon Sep 17 00:00:00 2001 From: David Adams Date: Thu, 28 May 2026 04:44:43 +0000 Subject: [PATCH] Update database-tables.md update database port --- database-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database-tables.md b/database-tables.md index b9ae28f..d9baf17 100644 --- a/database-tables.md +++ b/database-tables.md @@ -6,7 +6,7 @@ **Type**: PostgreSQL with PostGIS extension **Connection**: Environment variables from `~/.zsh_secrets` - `PGWEB_HOST`: Database host -- `PGWEB_PORT`: Database port (typically 5432) +- `PGWEB_PORT`: Database port (5433) - `PGWEB_USER`: Database user - `PGWEB_PASSWORD`: Database password - `PGWEB_DATABASE`: Database name (`data_centers`)