File tree Expand file tree Collapse file tree 5 files changed +432
-3
lines changed Expand file tree Collapse file tree 5 files changed +432
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ QUESTION_PGDATA="/data/qn-db"
10
10
11
11
COLLAB_SERVICE_NAME = collab-express
12
12
COLLAB_EXPRESS_PORT = 9003
13
- COLLAB_EXPRESS_DB_PORT = 5435
13
+ COLLAB_EXPRESS_DB_PORT = 5434
14
14
COLLAB_PGDATA = " /data/collab-db"
15
15
16
16
MATCHING_SERVICE_NAME = match-express
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ PEERPREP_UI_HOST=http://host.docker.internal:5173
2
2
3
3
EXPRESS_PORT=9003
4
4
EXPRESS_DB_HOST=host.docker.internal
5
- EXPRESS_DB_PORT=5435
5
+ EXPRESS_DB_PORT=5434
6
6
POSTGRES_DB=collab
7
7
POSTGRES_USER=peerprep-collab-express
8
8
POSTGRES_PASSWORD=6rYE0nIzI2ThzDO
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ PEERPREP_UI_HOST="http://localhost:5173"
2
2
3
3
EXPRESS_PORT = 9003
4
4
EXPRESS_DB_HOST = " localhost"
5
- EXPRESS_DB_PORT = 5435
5
+ EXPRESS_DB_PORT = 5434
6
6
POSTGRES_DB = " collab"
7
7
POSTGRES_USER = " peerprep-collab-express"
8
8
POSTGRES_PASSWORD = " 6rYE0nIzI2ThzDO"
You can’t perform that action at this time.
0 commit comments