Skip to content
Snippets Groups Projects
Commit 19689165 authored by David Trattnig's avatar David Trattnig
Browse files

Update API Configuration.

parent 066cfe6f
No related branches found
No related tags found
No related merge requests found
...@@ -123,17 +123,19 @@ Now, specify at least following settings to get started: ...@@ -123,17 +123,19 @@ Now, specify at least following settings to get started:
Set the URLs to the *Steering* and *Tank* API: Set the URLs to the *Steering* and *Tank* API:
```ini ```ini
# STEERING [api]
api_steering_status = "http://localhost:8000/api/v1/"
# The URL to get the Calendar via Steering # STEERING
api_steering_calendar="http://localhost:8000/api/v1/playout" api_steering_status = "http://localhost:8000/api/v1/"
# The URL to get show details via Steering # The URL to get the Calendar via Steering
api_steering_show="http://localhost:8000/api/v1/shows/${ID}/" api_steering_calendar="http://localhost:8000/api/v1/playout"
# The URL to get show details via Steering
# TANK api_steering_show="http://localhost:8000/api/v1/shows/${ID}/"
api_tank_status = "http://localhost:8040/ui/"
# The URL to get playlist details via Tank # TANK
api_tank_playlist="http://localhost:8040/api/v1/shows/${SLUG}/playlists" api_tank_status = "http://localhost:8040/healthz"
# The URL to get playlist details via Tank
api_tank_playlist="http://localhost:8040/api/v1/shows/${SLUG}/playlists"
``` ```
Ensure that the Liquidsoap installation path is valid: Ensure that the Liquidsoap installation path is valid:
......
...@@ -160,17 +160,19 @@ Now, specify at least following settings to get started: ...@@ -160,17 +160,19 @@ Now, specify at least following settings to get started:
Set the URLs to the *Steering* and *Tank* API: Set the URLs to the *Steering* and *Tank* API:
```ini ```ini
# STEERING [api]
api_steering_status = "http://localhost:8000/api/v1/"
# The URL to get the Calendar via Steering # STEERING
api_steering_calendar="http://localhost:8000/api/v1/playout" api_steering_status = "http://localhost:8000/api/v1/"
# The URL to get show details via Steering # The URL to get the Calendar via Steering
api_steering_show="http://localhost:8000/api/v1/shows/${ID}/" api_steering_calendar="http://localhost:8000/api/v1/playout"
# The URL to get show details via Steering
# TANK api_steering_show="http://localhost:8000/api/v1/shows/${ID}/"
api_tank_status = "http://localhost:8040/ui/"
# The URL to get playlist details via Tank # TANK
api_tank_playlist="http://localhost:8040/api/v1/shows/${SLUG}/playlists" api_tank_status = "http://localhost:8040/healthz"
# The URL to get playlist details via Tank
api_tank_playlist="http://localhost:8040/api/v1/shows/${SLUG}/playlists"
``` ```
Ensure that the Liquidsoap installation path is valid: Ensure that the Liquidsoap installation path is valid:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment