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

Fix: Add slashes for base URLs

parent 3149890a
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ help:: ...@@ -16,9 +16,9 @@ help::
# Settings # Settings
STEERING_BASE_URL := http://0.0.0.0:8000 STEERING_BASE_URL := http://0.0.0.0:8000/
ENGINE_API_BASE_URL := http://0.0.0.0:8008 ENGINE_API_BASE_URL := http://0.0.0.0:8008/
TANK_BASE_URL := http://0.0.0.0:8040 TANK_BASE_URL := http://0.0.0.0:8040/
ENGINE_TANK_SESSION := engine ENGINE_TANK_SESSION := engine
ENGINE_TANK_SECRET := rather-secret ENGINE_TANK_SECRET := rather-secret
......
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