From 76c2a3b3f215b926a425209b535c4175c23fd2d6 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Tue, 30 Jun 2020 08:24:22 -0500 Subject: [PATCH] Add MasterUrl --- Configuration.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 2152aed..8acdea5 100644 --- a/Configuration.md +++ b/Configuration.md @@ -10,4 +10,9 @@ | Rules | List of rules | Not null | [] | | ReservedSlotNumber | Number of client slots to reserve for privileged users | 0-32 | 0 | | GameLogServerUrl | HTTP Url for the Game Log Server | HTTP endpoint | null | -| CustomHostname | Override server title (hostname) | Length >= 3 — Length <= 128 | null | \ No newline at end of file +| CustomHostname | Override server title (hostname) | Length >= 3 — Length <= 128 | null | + +### Application +| Name | Description | Validation | Default | +|--------------------|--------------------------------------------------------|---------------------------------------------------|---------| +|MasterUrl | HTTP Url location of the master server | HTTP Uri | http://fn-p.master.threadsafe.sh/| \ No newline at end of file