Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
eaa59b7b
Commit
eaa59b7b
authored
Aug 28, 2020
by
David Trattnig
Browse files
URL for health endpoint.
#29
parent
0ad560a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
configuration/sample-development.engine.ini
View file @
eaa59b7b
...
...
@@ -69,6 +69,8 @@ api_engine_number = 1
api_engine_store_playlog
=
"http://localhost:8008/api/v1/playlog/store"
# Engine API endpoint to store clock information
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
exposed_api_url
=
"http://localhost:3333/api/v1/"
...
...
configuration/sample-docker.engine.ini
View file @
eaa59b7b
...
...
@@ -69,6 +69,8 @@ api_engine_number = 1
api_engine_store_playlog
=
"http://localhost:8008/api/v1/playlog/store"
# Engine API endpoint to store clock information
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
exposed_api_url
=
"http://172.17.0.1:3333/api/v1/"
...
...
configuration/sample-production.engine.ini
View file @
eaa59b7b
...
...
@@ -67,6 +67,8 @@ api_engine_number = 1
api_engine_store_playlog
=
"http://localhost:8008/api/v1/playlog/store"
# Engine API endpoint to store clock information
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
exposed_api_url
=
"http://localhost:3333/api/v1/"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment