config have been changed.
This commit is contained in:
parent
9538ec28fa
commit
d7d739dc8b
|
@ -70,7 +70,7 @@ export interface RPCConfig {
|
||||||
url: string;
|
url: string;
|
||||||
}
|
}
|
||||||
const rpcConfig: RPCConfig = {
|
const rpcConfig: RPCConfig = {
|
||||||
url: 'ws://127.0.0.1:19090/web',
|
url: 'ws://192.168.1.50:19090/web',
|
||||||
};
|
};
|
||||||
|
|
||||||
// REST Server Configuration
|
// REST Server Configuration
|
||||||
|
@ -78,7 +78,7 @@ export interface RestConfig {
|
||||||
url: string;
|
url: string;
|
||||||
}
|
}
|
||||||
const restConfig: RestConfig = {
|
const restConfig: RestConfig = {
|
||||||
url: 'http://192.168.1.103:19080',
|
url: 'http://192.168.1.50:19080',
|
||||||
};
|
};
|
||||||
|
|
||||||
// Redux Configuration
|
// Redux Configuration
|
||||||
|
|
Loading…
Reference in New Issue
Block a user