2023-01-20 00:37:13 +01:00
|
|
|
# HOW TO USE
|
|
|
|
Add to java args (on client/server)
|
|
|
|
```
|
|
|
|
-Dminecraft.api.auth.host=http://localhost:8081/auth
|
|
|
|
-Dminecraft.api.account.host=http://localhost:8081/account
|
|
|
|
-Dminecraft.api.session.host=http://localhost:8081/session
|
|
|
|
-Dminecraft.api.services.host=http://localhost:8081/services
|
|
|
|
```
|
2023-01-20 00:41:59 +01:00
|
|
|
|
|
|
|
## TODO
|
|
|
|
lots of routes, check https://codeberg.org/winter/yggdrasil-server
|