From 81371eb336d4deccfd5be0d5adcdb479b52eaf96 Mon Sep 17 00:00:00 2001 From: Stanley Jones Date: Thu, 30 Jan 2020 16:56:54 -0800 Subject: [PATCH] fix: Retrun config address to local --- dfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dfx.json b/dfx.json index 84ec0ac..d808517 100644 --- a/dfx.json +++ b/dfx.json @@ -19,8 +19,8 @@ "output": "canisters" }, "start": { - "address": "10.11.18.1", - "port": 8080 + "address": "127.0.0.1", + "port": 8000 } }, "dfx": "0.4.12"