Add LICENSE and update README for new repository
- Add MIT LICENSE file - Update README.md to reflect new API integration - Include all recent changes to migrate from PocketBase to church API
This commit is contained in:
parent
d911689e3a
commit
475cbb3036
|
@ -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:
|
Create a `config.toml` file in the application directory with the following settings:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
api_url = "https://api.rockvilletollandsda.church/api"
|
api_url = "https://your-api-server.com/api"
|
||||||
window_width = 1920
|
window_width = 1920
|
||||||
window_height = 1080
|
window_height = 1080
|
||||||
slide_interval_seconds = 10
|
slide_interval_seconds = 10
|
||||||
|
|
Loading…
Reference in a new issue