From a78dedcb8931291371b2f2d4b83ab0a18ff50dae Mon Sep 17 00:00:00 2001 From: CPunch Date: Wed, 23 Aug 2023 18:38:14 -0500 Subject: [PATCH] better readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 797a134..8d6ca9b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ $ chmod +x ./build.sh && ./build.sh $ docker compose up ``` +The environment consists of a shard service, login service, redis && postgres containers. redis is used to pass login metadata between the login and shard services, while postgres is just used to store player accounts and characters. + login server is hosted at `127.0.0.1:23000`, just join from your [favorite client](https://github.com/OpenFusionProject/OpenFusion/releases/latest) ## Generating structures