Skip to content

Commit

Permalink
Merge pull request #69 from sebastian-heinz/readme-update
Browse files Browse the repository at this point in the history
Update README to reflect HTTP port change
  • Loading branch information
alborrajo authored Apr 23, 2022
2 parents 035d247 + 100cfd4 commit 629ee26
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 629ee26

Please sign in to comment.