We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02a5bdb + c530c8a commit 85c0e28Copy full SHA for 85c0e28
backend/chat/.env.compose
@@ -1,6 +1,6 @@
1
EXPRESS_PORT=9005
2
EXPRESS_DB_HOST=chat-db
3
-EXPRESS_DB_PORT=5435
+EXPRESS_DB_PORT=5432
4
POSTGRES_DB=chat
5
POSTGRES_USER=peerprep-chat-express
6
POSTGRES_PASSWORD=Xk8qEcEI2sizjfEn/lF6mLqiyBECjIHY3q6sdXf9poQ=
k8s/05-frontend-deployment.yaml
@@ -62,7 +62,7 @@ spec:
62
sleep 2
63
done &
64
65
- until wget --no-verboser --tries=1 --spider "$VITE_CHAT_SERVICE/health"; do
+ until wget --no-verbose --tries=1 --spider "$VITE_CHAT_SERVICE/health"; do
66
echo "Waiting for Chat Service"
67
68
0 commit comments