From cf5737239fb14adbd76f41deea521ebe30d64bbb Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 12 Mar 2020 17:28:07 +0100 Subject: [PATCH] fix configuration --- Step/wwwroot/config.development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Step/wwwroot/config.development.json b/Step/wwwroot/config.development.json index 39365882..ff1cd9ed 100644 --- a/Step/wwwroot/config.development.json +++ b/Step/wwwroot/config.development.json @@ -2,6 +2,6 @@ "env": "production", "api": { "enabled": true, - "apiServerUrl": "http://192.168.1.89:9000" + "apiServerUrl": "http://localhost:9000" } } \ No newline at end of file