Make API URL generic in README configuration example

This commit is contained in:
RTSDA 2025-08-16 18:37:03 -04:00
parent d911689e3a
commit e11b0e7660

View file

@ -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