config have been changed.

This commit is contained in:
crusader 2017-09-08 15:08:24 +09:00
parent 9538ec28fa
commit d7d739dc8b

View File

@ -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