From 4e7b107954c5b24e23f26be4dc26917f349efb71 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 10 May 2020 13:01:29 +0100 Subject: [PATCH] Quote strings in config.example.yaml Signed-off-by: Graham --- etc/config.example.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/config.example.yaml b/etc/config.example.yaml index c2dc9b70c4..bcc5c6a7a6 100644 --- a/etc/config.example.yaml +++ b/etc/config.example.yaml @@ -1,10 +1,10 @@ --- # The name of the game. All references to "RuneScape" are replaced with this # string. -game: OpenRS2 +game: "OpenRS2" # The name of the organisation running the game. All references to "Jagex" are # replaced with this string. -operator: OpenRS2 +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.dev +domain: "openrs2.dev"