From d7d739dc8b25a6cc9cf804306df7c47a88007015 Mon Sep 17 00:00:00 2001 From: crusader Date: Fri, 8 Sep 2017 15:08:24 +0900 Subject: [PATCH] config have been changed. --- src/ts/@overflow/app/config/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ts/@overflow/app/config/index.ts b/src/ts/@overflow/app/config/index.ts index 1b6e937..dab8d26 100644 --- a/src/ts/@overflow/app/config/index.ts +++ b/src/ts/@overflow/app/config/index.ts @@ -70,7 +70,7 @@ export interface RPCConfig { url: string; } const rpcConfig: RPCConfig = { - url: 'ws://127.0.0.1:19090/web', + url: 'ws://192.168.1.50:19090/web', }; // REST Server Configuration @@ -78,7 +78,7 @@ export interface RestConfig { url: string; } const restConfig: RestConfig = { - url: 'http://192.168.1.103:19080', + url: 'http://192.168.1.50:19080', }; // Redux Configuration