From f5ffa204c6d866c4891bb0ecaff6f15b93b8b3b9 Mon Sep 17 00:00:00 2001 From: Spencer Grimes Date: Tue, 24 Feb 2026 16:47:35 -0600 Subject: [PATCH] Update Configs and Claude --- config.toml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 config.toml diff --git a/config.toml b/config.toml deleted file mode 100644 index 068d5a3..0000000 --- a/config.toml +++ /dev/null @@ -1,35 +0,0 @@ -[display] -# Screen resolution. Leave commented to auto-detect from the framebuffer. -# width = 1920 -# height = 1080 - -# Display refresh rate in frames per second. 10 is plenty for a clock. -fps = 10 - -# Paths to TTF font files. Leave blank to auto-detect from system fonts. -# The clock uses a monospace font; messages use a sans-serif bold font. -clock_font_path = "" -message_font_path = "" - -[server] -port = 8080 - -# Default message duration in seconds when the caller doesn't specify one. -default_duration_seconds = 20 - -[api] -# Bearer token for /api/* routes. -# Leave blank — a token is auto-generated on first run and saved here. -token = "" - -[rate_limit] -# Maximum API requests per minute per source IP. -requests_per_minute = 20 - -[dashboard] -# Bcrypt hash of the dashboard password. -# Leave blank — a setup wizard runs on the first browser visit to set the password. -password_hash = "" - -# How many hours of inactivity before a dashboard session expires. -session_timeout_hours = 8