config have been changed.
This commit is contained in:
parent
9538ec28fa
commit
d7d739dc8b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user