Skip to content

Commit

Permalink
style(formatting): fix network ports typo (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley authored Mar 21, 2024
1 parent 63483c2 commit 4413aa1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Config file
Environment Variables
ZEEBE_BROKER_NETWORK_COMMANDAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_INTERNALAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_MONITOIRNGAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_MONITORINGAPI_PORT = 26501
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ Config file
Environment Variables
ZEEBE_BROKER_NETWORK_COMMANDAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_INTERNALAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_MONITOIRNGAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_MONITORINGAPI_PORT = 26501
```
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ Config file
Environment Variables
ZEEBE_BROKER_NETWORK_COMMANDAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_INTERNALAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_MONITOIRNGAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_MONITORINGAPI_PORT = 26501
```
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ Config file
Environment Variables
ZEEBE_BROKER_NETWORK_COMMANDAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_INTERNALAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_MONITOIRNGAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_MONITORINGAPI_PORT = 26501
```
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Config file
Environment Variables
ZEEBE_BROKER_NETWORK_COMMANDAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_INTERNALAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_MONITOIRNGAPI_PORT = 26501
ZEEBE_BROKER_NETWORK_MONITORINGAPI_PORT = 26501
```

</TabItem>
Expand Down

0 comments on commit 4413aa1

Please sign in to comment.