File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ DEMO_BACKEND_PORT=6060
66DEMO_BACKEND_DATABASE_TYPE = mongodb
77DEMO_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
1010PS_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
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ or in the root directory run
2020docker 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.
You can’t perform that action at this time.
0 commit comments