diff --git a/docs/installation-development.md b/docs/installation-development.md index d24b83934096e884e0cb828c88b87e0d4a80bc88..508c68fae9b5eb112504bd1a93982d38b64ce3f2 100644 --- a/docs/installation-development.md +++ b/docs/installation-development.md @@ -123,17 +123,19 @@ Now, specify at least following settings to get started: Set the URLs to the *Steering* and *Tank* API: ```ini - # STEERING - api_steering_status = "http://localhost:8000/api/v1/" - # The URL to get the Calendar via Steering - api_steering_calendar="http://localhost:8000/api/v1/playout" - # The URL to get show details via Steering - api_steering_show="http://localhost:8000/api/v1/shows/${ID}/" - - # TANK - api_tank_status = "http://localhost:8040/ui/" - # The URL to get playlist details via Tank - api_tank_playlist="http://localhost:8040/api/v1/shows/${SLUG}/playlists" +[api] + +# STEERING +api_steering_status = "http://localhost:8000/api/v1/" +# The URL to get the Calendar via Steering +api_steering_calendar="http://localhost:8000/api/v1/playout" +# The URL to get show details via Steering +api_steering_show="http://localhost:8000/api/v1/shows/${ID}/" + +# TANK +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: diff --git a/docs/installation-production.md b/docs/installation-production.md index c1e4ebc2306556725001cdceb47cf3aea68f9174..5b831f4b7c81cc4e214cf7431cc2cca201fb6daf 100644 --- a/docs/installation-production.md +++ b/docs/installation-production.md @@ -160,17 +160,19 @@ Now, specify at least following settings to get started: Set the URLs to the *Steering* and *Tank* API: ```ini - # STEERING - api_steering_status = "http://localhost:8000/api/v1/" - # The URL to get the Calendar via Steering - api_steering_calendar="http://localhost:8000/api/v1/playout" - # The URL to get show details via Steering - api_steering_show="http://localhost:8000/api/v1/shows/${ID}/" - - # TANK - api_tank_status = "http://localhost:8040/ui/" - # The URL to get playlist details via Tank - api_tank_playlist="http://localhost:8040/api/v1/shows/${SLUG}/playlists" +[api] + +# STEERING +api_steering_status = "http://localhost:8000/api/v1/" +# The URL to get the Calendar via Steering +api_steering_calendar="http://localhost:8000/api/v1/playout" +# The URL to get show details via Steering +api_steering_show="http://localhost:8000/api/v1/shows/${ID}/" + +# TANK +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: