From 5ec38694e4ac59d18328efca4e1e49a7f85c0529 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 4 Mar 2017 19:37:57 -0500 Subject: [PATCH] change config in test_app --- test_app/config/webserver.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_app/config/webserver.json b/test_app/config/webserver.json index 40f46625..c28a3113 100644 --- a/test_app/config/webserver.json +++ b/test_app/config/webserver.json @@ -1,5 +1,5 @@ { "enabled": true, "host": "localhost", - "port": 8001 + "port": 8000 }