From 4df16e65ca7d216e8284d0b6d5e6451772ace7d3 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Wed, 13 May 2026 19:26:02 +0200 Subject: [PATCH] env-example fix --- env-example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/env-example b/env-example index 90d9981..e2169da 100644 --- a/env-example +++ b/env-example @@ -5,6 +5,6 @@ LAST_CALLERS_PATH=data/last_callers.csv PROFILE_PATH=data/profiles.csv BBS_SYSOPS= BBS_PORT=2323 -# BBS_DESKTOP_ART — single .ans/.ansi/.txt file (path) or a directory of them -# (a random one is shown per session). Defaults to data/art/. -BBS_DESKTOP_ART=data/art +# BBS_DESKTOP_ART — path to a single .ans/.ansi/.txt file shown on the +# main screen. Defaults to data/art/teletype.ansi. +BBS_DESKTOP_ART=data/art/teletype.ansi