summaryrefslogtreecommitdiff
path: root/tests/sota.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sota.toml')
-rw-r--r--tests/sota.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sota.toml b/tests/sota.toml
index 87cf144..0444a71 100644
--- a/tests/sota.toml
+++ b/tests/sota.toml
@@ -33,8 +33,8 @@ socket = false
websocket = true
[network]
-http_server = "http://127.0.0.1:8888"
-rvi_edge_server = "http://127.0.0.1:9080"
+http_server = "127.0.0.1:8888"
+rvi_edge_server = "127.0.0.1:9080"
socket_commands_path = "/tmp/sota-commands.socket"
socket_events_path = "/tmp/sota-events.socket"
websocket_server = "127.0.0.1:3012"