Skip to content

Commit 3d80ceb

Browse files
use unique port for demos
1 parent 40d7a16 commit 3d80ceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/nodejs-mongodb/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DEMO_BACKEND_PORT=6060
66
DEMO_BACKEND_DATABASE_TYPE=mongodb
77
DEMO_BACKEND_DATABASE_URI=${PS_DATA_SOURCE_URI}
88
# The front-end demo application is accessible at this port on the host machine
9-
DEMO_CLIENT_PORT=3030
9+
DEMO_CLIENT_PORT=3033
1010
PS_JWKS_URL=http://demo-backend:${DEMO_BACKEND_PORT}/api/auth/keys
1111

1212
# These can be generated by following the instructions in the `key-generator` folder

demos/nodejs-mongodb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ or in the root directory run
2020
docker compose -f demos/nodejs-mongodb/docker-compose.yaml up
2121
```
2222

23-
The frontend can be accessed at `http://localhost:3030` in a browser.
23+
The frontend can be accessed at `http://localhost:3033` in a browser.

0 commit comments

Comments
 (0)