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

Remove old API URL. #27

parent 4ce41551
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,8 @@ api_tank_playlist="http://localhost:8040/api/v1/playlists/${ID}" ...@@ -65,6 +65,8 @@ api_tank_playlist="http://localhost:8040/api/v1/playlists/${ID}"
# Engine ID (1 or 2) # Engine ID (1 or 2)
api_engine_number = 1 api_engine_number = 1
# Engine API availability check
api_engine_status="http://localhost:8008/api/v1/ui/"
# Engine API endpoint to store playlogs # Engine API endpoint to store playlogs
api_engine_store_playlog = "http://localhost:8008/api/v1/playlog/store" api_engine_store_playlog = "http://localhost:8008/api/v1/playlog/store"
# Engine API endpoint to store clock information # Engine API endpoint to store clock information
...@@ -72,9 +74,6 @@ api_engine_store_clock = "http://localhost:8008/api/v1/clock" ...@@ -72,9 +74,6 @@ api_engine_store_clock = "http://localhost:8008/api/v1/clock"
# Engine API endpoint to store health information # Engine API endpoint to store health information
api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}" api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}"
# URL and Port of the API endpoints exposed by engine
exposed_api_url="http://localhost:3333/api/v1/"
api_port=3333
[scheduling] [scheduling]
# How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired # How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired
......
...@@ -65,6 +65,8 @@ api_tank_playlist="http://127.0.0.1:8040/api/v1/playlists/${ID}" ...@@ -65,6 +65,8 @@ api_tank_playlist="http://127.0.0.1:8040/api/v1/playlists/${ID}"
# Engine ID (1 or 2) # Engine ID (1 or 2)
api_engine_number = 1 api_engine_number = 1
# Engine API availability check
api_engine_status="http://localhost:8008/api/v1/ui/"
# Engine API endpoint to store playlogs # Engine API endpoint to store playlogs
api_engine_store_playlog = "http://localhost:8008/api/v1/playlog/store" api_engine_store_playlog = "http://localhost:8008/api/v1/playlog/store"
# Engine API endpoint to store clock information # Engine API endpoint to store clock information
...@@ -72,9 +74,6 @@ api_engine_store_clock = "http://localhost:8008/api/v1/clock" ...@@ -72,9 +74,6 @@ api_engine_store_clock = "http://localhost:8008/api/v1/clock"
# Engine API endpoint to store health information # Engine API endpoint to store health information
api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}" api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}"
# URL and Port of the API endpoints exposed by engine
exposed_api_url="http://172.17.0.1:3333/api/v1/"
api_port=3333
[scheduling] [scheduling]
# How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired # How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired
......
...@@ -63,6 +63,8 @@ api_tank_playlist="http://aura.local:8040/api/v1/playlists/${ID}" ...@@ -63,6 +63,8 @@ api_tank_playlist="http://aura.local:8040/api/v1/playlists/${ID}"
# Engine ID (1 or 2) # Engine ID (1 or 2)
api_engine_number = 1 api_engine_number = 1
# Engine API availability check
api_engine_status="http://localhost:8008/api/v1/ui/"
# Engine API endpoint to store playlogs # Engine API endpoint to store playlogs
api_engine_store_playlog = "http://localhost:8008/api/v1/playlog/store" api_engine_store_playlog = "http://localhost:8008/api/v1/playlog/store"
# Engine API endpoint to store clock information # Engine API endpoint to store clock information
...@@ -70,9 +72,6 @@ api_engine_store_clock = "http://localhost:8008/api/v1/clock" ...@@ -70,9 +72,6 @@ api_engine_store_clock = "http://localhost:8008/api/v1/clock"
# Engine API endpoint to store health information # Engine API endpoint to store health information
api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}" api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}"
# URL and Port of the API endpoints exposed by engine
exposed_api_url="http://localhost:3333/api/v1/"
api_port=3333
[scheduling] [scheduling]
# How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired # How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment