Updated microservices (markdown)

2021-03-19 20:10:31 +11:00
parent e330940433
commit 633ec2b1c2
+2
@@ -8,6 +8,8 @@ Currently, there are three officially supported microservices:
* Auth Server: https://github.com/krgamestudios/auth-server
* Chat Server: https://github.com/krgamestudios/chat-server
See [Configuration](configuration) for how to actually pull docker images of these.
## News-Server
The news server is the first and most stable element of this system. It provides a stream of news articles, as well as features to publish, edit and delete them. It relies on the auth-server's tokens for authentication.