Skip to content

Commit

Permalink
fix outdated port at README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurrr authored Nov 7, 2024
1 parent c156e24 commit b591505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo "SYNC_TOKEN=$(openssl rand -base64 32)" >> .env
```

Now run the following commands to start your server! By default, the server will start at
`http://0.0.0.0:3000`, which you can access from `http://localhost:3000` from your browser. However,
`http://0.0.0.0:1557`, which you can access from `http://localhost:1557` from your browser. However,
you can change this behavior setting `PORT` and `HOST` environment variables in the `.env` file you
just made. Note that both of these variables are optional.

Expand Down

0 comments on commit b591505

Please sign in to comment.