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

Added clock info endpoint. #6

parent 2ead4401
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ sync_host="http://localhost:8010"
; sync_step_sleep=0.23
# API endpoints to sync data from main to child nodes
sync_api_get_playlog="/api/v1/playlog"
sync_api_store_playlog="/api/v1/playlog/store"
sync_api_store_healthlog="/api/v1/source/health"
sync_api_get_playlog="/api/v1/playlog"
\ No newline at end of file
sync_api_store_clockinfo="/api/v1/clock"
\ No newline at end of file
......@@ -55,6 +55,7 @@ api_port=8008
; sync_step_sleep=2
# API endpoints to sync data from main to child nodes
sync_api_get_playlog="/api/v1/playlog"
sync_api_store_playlog="/api/v1/playlog/store"
sync_api_store_healthlog="/api/v1/source/health"
sync_api_get_playlog="/api/v1/playlog"
\ No newline at end of file
sync_api_store_clockinfo="/api/v1/clock"
\ No newline at end of file
......@@ -55,6 +55,7 @@ api_port=8008
; sync_step_sleep=2
# API endpoints to sync data from main to child nodes
sync_api_get_playlog="/api/v1/playlog"
sync_api_store_playlog="/api/v1/playlog/store"
sync_api_store_healthlog="/api/v1/source/health"
sync_api_get_playlog="/api/v1/playlog"
\ No newline at end of file
sync_api_store_clockinfo="/api/v1/clock"
\ No newline at end of file
......@@ -6,7 +6,7 @@
[database]
db_user="aura_engine_api"
db_name="aura_engine_api_sync"
db_name="aura_engine_api_0"
db_pass="1234"
db_host="localhost"
db_charset="utf8"
......@@ -52,6 +52,7 @@ sync_batch_size=10
sync_step_sleep=3
# API endpoints to sync data from main to child nodes
sync_api_get_playlog="/api/v1/playlog"
sync_api_store_playlog="/api/v1/playlog/store"
sync_api_store_healthlog="/api/v1/source/health"
sync_api_get_playlog="/api/v1/playlog"
\ No newline at end of file
sync_api_store_clockinfo="/api/v1/clock"
\ No newline at end of file
......@@ -52,6 +52,7 @@ sync_host="http://localhost:8010"
; sync_step_sleep=3
# API endpoints to sync data from main to child nodes
sync_api_get_playlog="/api/v1/playlog"
sync_api_store_playlog="/api/v1/playlog/store"
sync_api_store_healthlog="/api/v1/source/health"
sync_api_get_playlog="/api/v1/playlog"
\ No newline at end of file
sync_api_store_clockinfo="/api/v1/clock"
\ No newline at end of file
......@@ -52,6 +52,7 @@ sync_host="http://localhost:8010"
; sync_step_sleep=3
# API endpoints to sync data from main to child nodes
sync_api_get_playlog="/api/v1/playlog"
sync_api_store_playlog="/api/v1/playlog/store"
sync_api_store_healthlog="/api/v1/source/health"
sync_api_get_playlog="/api/v1/playlog"
\ No newline at end of file
sync_api_store_clockinfo="/api/v1/clock"
\ No newline at end of file
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