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