Skip to content

Commit

Permalink
fix: ecosystem.config.js wrong port mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Feb 13, 2024
1 parent 862dad2 commit 9ed6867
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions standalone/ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = {
env: {
CONDUIT_SERVER: '0.0.0.0:55152',
GRPC_PORT: '55160',
SERVICE_URL: '0.0.0.0:55153',
},
},
{
Expand All @@ -22,7 +21,6 @@ module.exports = {
env: {
CONDUIT_SERVER: '0.0.0.0:55152',
GRPC_PORT: '55161',
SERVICE_URL: '0.0.0.0:55167',
},
},
{
Expand All @@ -31,7 +29,6 @@ module.exports = {
env: {
CONDUIT_SERVER: '0.0.0.0:55152',
GRPC_PORT: '55162',
SERVICE_URL: '0.0.0.0:55154',
},
},
{
Expand All @@ -40,7 +37,6 @@ module.exports = {
env: {
CONDUIT_SERVER: '0.0.0.0:55152',
GRPC_PORT: '55169',
SERVICE_URL: '0.0.0.0:55177',
},
},
{
Expand All @@ -49,7 +45,6 @@ module.exports = {
env: {
CONDUIT_SERVER: '0.0.0.0:55152',
GRPC_PORT: '55164',
SERVICE_URL: '0.0.0.0:55155',
},
},
{
Expand All @@ -58,7 +53,6 @@ module.exports = {
env: {
CONDUIT_SERVER: '0.0.0.0:55152',
GRPC_PORT: '55168',
SERVICE_URL: '0.0.0.0:55158',
},
},
{
Expand All @@ -67,7 +61,6 @@ module.exports = {
env: {
CONDUIT_SERVER: '0.0.0.0:55152',
GRPC_PORT: '55166',
SERVICE_URL: '0.0.0.0:55159',
},
},
],
Expand Down

0 comments on commit 9ed6867

Please sign in to comment.