From 609b3236d74d9ff01579de01e7075462af9494c9 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 6 Jun 2021 09:47:59 +0100 Subject: [PATCH] Add space between each config item Signed-off-by: Graham --- etc/config.example.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/config.example.yaml b/etc/config.example.yaml index aa4e18cf8b..f3d69b3394 100644 --- a/etc/config.example.yaml +++ b/etc/config.example.yaml @@ -2,9 +2,11 @@ # The name of the game. All references to "RuneScape" are replaced with this # string. game: "OpenRS2" + # The name of the organisation running the game. All references to "Jagex" are # replaced with this string. operator: "OpenRS2" + # The game's domain name. All references to "runescape.com" are replaced with # this string. It should, at a minimum, have `www` and `www-wtqa` hostnames. domain: "openrs2.org"