Skip to content
Snippets Groups Projects
Verified Commit de9122cb authored by David Trattnig's avatar David Trattnig Committed by Ole Binder
Browse files

chore: update config to new playout endpoint

parent 62acd947
Branches
Tags
1 merge request!46Steering playout schema and virtual timeslot integration
...@@ -28,7 +28,7 @@ api: ...@@ -28,7 +28,7 @@ api:
# The URL to get the health status # The URL to get the health status
status: http://localhost:8000/api/v1/ status: http://localhost:8000/api/v1/
# The URL to get the Calendar via Steering # The URL to get the Calendar via Steering
calendar: http://localhost:8000/api/v1/playout calendar: http://localhost:8000/api/v1/program/playout
tank: tank:
# The session name which is used to authenticate against Tank # The session name which is used to authenticate against Tank
......
...@@ -28,7 +28,7 @@ api: ...@@ -28,7 +28,7 @@ api:
# The URL to get the health status # The URL to get the health status
status: ${AURA_STEERING_BASE_URL}api/v1/ status: ${AURA_STEERING_BASE_URL}api/v1/
# The URL to get the Calendar via Steering # 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: tank:
# The session name which is used to authenticate against Tank # The session name which is used to authenticate against Tank
......
...@@ -28,7 +28,7 @@ api: ...@@ -28,7 +28,7 @@ api:
# The URL to get the health status # The URL to get the health status
status: http://localhost:8000/api/v1/ status: http://localhost:8000/api/v1/
# The URL to get the Calendar via Steering # The URL to get the Calendar via Steering
calendar: http://localhost:8000/api/v1/playout calendar: http://localhost:8000/api/v1/program/playout
tank: tank:
# The session name which is used to authenticate against Tank # The session name which is used to authenticate against Tank
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment