From e11b0e766093a6069b5cc772cc8fc51461d45b06 Mon Sep 17 00:00:00 2001 From: RTSDA Date: Sat, 16 Aug 2025 18:37:03 -0400 Subject: [PATCH] Make API URL generic in README configuration example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1366e26..106f1b0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A modern digital signage application for displaying church events, built with Ru Create a `config.toml` file in the application directory with the following settings: ```toml -api_url = "https://api.rockvilletollandsda.church/api" +api_url = "https://your-api-server.com/api" window_width = 1920 window_height = 1080 slide_interval_seconds = 10