add PORT env variable to readme

This commit is contained in:
Nathaniel Tampus
2023-01-03 16:14:34 +08:00
parent dd4e51eeaf
commit 0f3d59d654

View File

@@ -28,5 +28,5 @@ npm run react-dev # run frontend server only
Client: `APIURL` (or just change `apiUrl` in `/client/src/config/config.ts`) 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) (also see server cors config and session middleware for local development)