From ecae9f7cbc7a462aefdb167fa6a8b2ae83009540 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:58:46 -0800 Subject: Update BannerFile doc comment in default config.yaml --- cmd/mobius-hotline-server/mobius/config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/mobius-hotline-server/mobius/config/config.yaml b/cmd/mobius-hotline-server/mobius/config/config.yaml index 7cb7412..71b7e65 100644 --- a/cmd/mobius-hotline-server/mobius/config/config.yaml +++ b/cmd/mobius-hotline-server/mobius/config/config.yaml @@ -8,7 +8,7 @@ Description: A default configured Hotline server running Mobius # * The banner must be under 256K (262,140 bytes specifically) # * The standard size for a banner is 468 pixels wide and 60 pixels tall. # * The banner must be saved in the same folder this file. -# * The banner must be a jpg +# * The banner must be a jpg or gif BannerFile: "banner.jpg" # Path to the Files directory, by default in a subdirectory of the config root named Files -- cgit