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

URL for health endpoint. #29

parent 0ad560a2
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,8 @@ api_engine_number = 1 ...@@ -69,6 +69,8 @@ api_engine_number = 1
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
api_engine_store_clock = "http://localhost:8008/api/v1/clock" api_engine_store_clock = "http://localhost:8008/api/v1/clock"
# Engine API endpoint to store health information
api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}"
# URL and Port of the API endpoints exposed by engine # URL and Port of the API endpoints exposed by engine
exposed_api_url="http://localhost:3333/api/v1/" exposed_api_url="http://localhost:3333/api/v1/"
......
...@@ -69,6 +69,8 @@ api_engine_number = 1 ...@@ -69,6 +69,8 @@ api_engine_number = 1
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
api_engine_store_clock = "http://localhost:8008/api/v1/clock" api_engine_store_clock = "http://localhost:8008/api/v1/clock"
# Engine API endpoint to store health information
api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}"
# URL and Port of the API endpoints exposed by engine # URL and Port of the API endpoints exposed by engine
exposed_api_url="http://172.17.0.1:3333/api/v1/" exposed_api_url="http://172.17.0.1:3333/api/v1/"
......
...@@ -67,6 +67,8 @@ api_engine_number = 1 ...@@ -67,6 +67,8 @@ api_engine_number = 1
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
api_engine_store_clock = "http://localhost:8008/api/v1/clock" api_engine_store_clock = "http://localhost:8008/api/v1/clock"
# Engine API endpoint to store health information
api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}"
# URL and Port of the API endpoints exposed by engine # URL and Port of the API endpoints exposed by engine
exposed_api_url="http://localhost:3333/api/v1/" exposed_api_url="http://localhost:3333/api/v1/"
......
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