diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2025-11-18 19:58:46 -0800 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2025-11-18 19:58:46 -0800 |
| commit | ecae9f7cbc7a462aefdb167fa6a8b2ae83009540 (patch) | |
| tree | ed788aa5ddea74286b178a96b4b38b9498204527 /cmd | |
| parent | 16f0a8527a0b9b736afbd4e71e6aac55e31b60e8 (diff) | |
Update BannerFile doc comment in default config.yaml
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mobius-hotline-server/mobius/config/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |