Skip to content

Commit

Permalink
#122: temporary update
Browse files Browse the repository at this point in the history
  • Loading branch information
eggwhat committed Jan 24, 2024
1 parent c6cd476 commit 4d454b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"service": "lecturer-api-service",
"address": "docker.for.win.localhost",
"port": "5013",
"pingEnabled": true,
"pingEnabled": false,
"pingEndpoint": "ping",
"pingInterval": 3,
"removeAfterInterval": 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"service": "deliveries-service",
"address": "docker.for.win.localhost",
"port": "5004",
"pingEnabled": true,
"pingEnabled": false,
"pingEndpoint": "ping",
"pingInterval": 3,
"removeAfterInterval": 3
Expand Down Expand Up @@ -119,7 +119,7 @@
"virtualHost": "/",
"port": 5672,
"hostnames": [
"rabbitmq"
"localhost"
],
"requestedConnectionTimeout": "00:00:30",
"requestedHeartbeat": "00:01:00",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"service": "identity-service",
"address": "docker.for.win.localhost",
"port": "6001",
"pingEnabled": true,
"pingEnabled": false,
"pingEndpoint": "ping",
"pingInterval": 3,
"removeAfterInterval": 3
Expand Down

0 comments on commit 4d454b6

Please sign in to comment.