Persistent routes from REST API (#145)

This commit is contained in:
Lasse15
2022-12-05 14:58:13 +01:00
committed by GitHub
parent e1bb4980bb
commit 787ab54ca4
4 changed files with 186 additions and 0 deletions
+2
View File
@@ -50,6 +50,8 @@ Routes Minecraft client connections to backend servers based upon the requested
(env METRICS_BACKEND_CONFIG_INFLUXDB_USERNAME)
-port port
The port bound to listen for Minecraft client connections (env PORT) (default 25565)
-routes-config string
The path to the routes config file (env ROUTES_CONFIG)
-version
Output version and exit (env VERSION)
```