Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aura-engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Kruse
aura-engine
Commits
fe192283
Commit
fe192283
authored
4 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Updated docker IP.
parent
ad7ddb53
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configuration/sample-docker.engine.ini
+6
-6
6 additions, 6 deletions
configuration/sample-docker.engine.ini
with
6 additions
and
6 deletions
configuration/sample-docker.engine.ini
+
6
−
6
View file @
fe192283
...
@@ -46,19 +46,19 @@ loglevel="info"
...
@@ -46,19 +46,19 @@ loglevel="info"
[api]
[api]
# STEERING
# STEERING
api_steering_status
=
"http://
localhost
:8000/api/v1/"
api_steering_status
=
"http://
172.17.0.1
:8000/api/v1/"
# The URL to get the Calendar via Steering
# The URL to get the Calendar via Steering
api_steering_calendar
=
"http://
localhost
:8000/api/v1/playout"
api_steering_calendar
=
"http://
172.17.0.1
:8000/api/v1/playout"
# The URL to get show details via Steering
# The URL to get show details via Steering
api_steering_show
=
"http://
localhost
:8000/api/v1/shows/${ID}/"
api_steering_show
=
"http://
172.17.0.1
:8000/api/v1/shows/${ID}/"
# TANK
# TANK
api_tank_status
=
"http://
localhost
:8040/ui/"
api_tank_status
=
"http://
172.17.0.1
:8040/ui/"
# The URL to get playlist details via Tank
# The URL to get playlist details via Tank
api_tank_playlist
=
"http://
localhost
:8040/api/v1/shows/${SLUG}/playlists"
api_tank_playlist
=
"http://
172.17.0.1
:8040/api/v1/shows/${SLUG}/playlists"
# 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://
172.17.0.1
:3333/api/v1/"
api_port
=
3333
api_port
=
3333
[scheduling]
[scheduling]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment