Skip to content

Commit

Permalink
Update README to reflect HTTP port change
Browse files Browse the repository at this point in the history
  • Loading branch information
alborrajo authored Apr 23, 2022
1 parent 035d247 commit 100cfd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ ensure that no other local services listen on these ports.

# Client
Launch the client with the following args:
`"DDO.exe" "addr=localhost port=52100 token=00000000000000000000 DL=http://127.0.0.1/win/ LVer=03.04.003.20181115.0 RVer=3040008"`
`"DDO.exe" "addr=localhost port=52100 token=00000000000000000000 DL=http://127.0.0.1:52099/win/ LVer=03.04.003.20181115.0 RVer=3040008"`

#Development
# Development
## Project
### Cli
Entrypoint to the application, allows to start different components via parameters
Expand Down

0 comments on commit 100cfd4

Please sign in to comment.