Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Only one port is needed to be configured for the socket IO server and API.
  • Loading branch information
jack-richards authored Nov 23, 2023
1 parent abfaf90 commit 04df37a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ To configure the application you need to specify the values for all the fields i
"user": "postgres",
"password": "database password"
},
"pricerAPIPort": 3456,
"pricerSocketPort": 9850,
"pricerPort": 3456,
"maxPercentageDifferences": {
"buy": 5,
"sell": -8
Expand Down Expand Up @@ -151,7 +150,7 @@ The socket io server will emit events called 'price' with an item object as the

#
Now I'll highlight the different API routes you can make queries to, and what responses you can expect to receive.\
Please note that both the Socket IO server and API run locally (localhost) on the ports defined in `config.json`.
Please note that both the Socket IO server and API run locally (localhost) on the port defined in `config.json`.
#

```plain text
Expand Down

0 comments on commit 04df37a

Please sign in to comment.