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)