From de9122cb882b74d88610ed54d55b63b1bbbe1443 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Wed, 7 Aug 2024 14:19:49 +0200 Subject: [PATCH] chore: update config to new playout endpoint --- config/engine-tests.yaml | 2 +- config/sample.engine.docker.yaml | 2 +- config/sample.engine.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/engine-tests.yaml b/config/engine-tests.yaml index d8226cbb..b1a3cccc 100644 --- a/config/engine-tests.yaml +++ b/config/engine-tests.yaml @@ -28,7 +28,7 @@ api: # The URL to get the health status status: http://localhost:8000/api/v1/ # The URL to get the Calendar via Steering - calendar: http://localhost:8000/api/v1/playout + calendar: http://localhost:8000/api/v1/program/playout tank: # The session name which is used to authenticate against Tank diff --git a/config/sample.engine.docker.yaml b/config/sample.engine.docker.yaml index 706ca88a..da143ab1 100644 --- a/config/sample.engine.docker.yaml +++ b/config/sample.engine.docker.yaml @@ -28,7 +28,7 @@ api: # The URL to get the health status status: ${AURA_STEERING_BASE_URL}api/v1/ # The URL to get the Calendar via Steering - calendar: ${AURA_STEERING_BASE_URL}api/v1/playout + calendar: ${AURA_STEERING_BASE_URL}api/v1/program/playout tank: # The session name which is used to authenticate against Tank diff --git a/config/sample.engine.yaml b/config/sample.engine.yaml index 1cc67b23..2ffa8be7 100644 --- a/config/sample.engine.yaml +++ b/config/sample.engine.yaml @@ -28,7 +28,7 @@ api: # The URL to get the health status status: http://localhost:8000/api/v1/ # The URL to get the Calendar via Steering - calendar: http://localhost:8000/api/v1/playout + calendar: http://localhost:8000/api/v1/program/playout tank: # The session name which is used to authenticate against Tank -- GitLab