Quote strings in config.example.yaml

Signed-off-by: Graham <gpe@openrs2.dev>
pull/108/head
Graham 4 years ago
parent dd06bb2f83
commit 4e7b107954
  1. 6
      etc/config.example.yaml

@ -1,10 +1,10 @@
--- ---
# The name of the game. All references to "RuneScape" are replaced with this # The name of the game. All references to "RuneScape" are replaced with this
# string. # string.
game: OpenRS2 game: "OpenRS2"
# The name of the organisation running the game. All references to "Jagex" are # The name of the organisation running the game. All references to "Jagex" are
# replaced with this string. # replaced with this string.
operator: OpenRS2 operator: "OpenRS2"
# The game's domain name. All references to "runescape.com" are replaced with # 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. # this string. It should, at a minimum, have `www` and `www-wtqa` hostnames.
domain: openrs2.dev domain: "openrs2.dev"

Loading…
Cancel
Save