From 0f3d59d654b7eef9b08a6c53c15b122840b5dca2 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Tue, 3 Jan 2023 16:14:34 +0800 Subject: [PATCH] add PORT env variable to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd222e..6f8d65c 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ npm run react-dev # run frontend server only Client: `APIURL` (or just change `apiUrl` in `/client/src/config/config.ts`) -Server: `SESSION_SECRET`, `PGUSER`, `PGPASSWORD`, `PGHOST`, `PGDATABASE`, `PGPORT` +Server: `PORT`, `SESSION_SECRET`, `PGUSER`, `PGPASSWORD`, `PGHOST`, `PGDATABASE`, `PGPORT` (also see server cors config and session middleware for local development)