ing
This commit is contained in:
parent
3293add02f
commit
18c59571bd
|
@ -1,6 +1,10 @@
|
|||
export const environment = {
|
||||
production: true,
|
||||
restBaseURL: 'http://127.0.0.1:19080',
|
||||
rpcBaseURL: 'ws://127.0.0.1:19090/webapp',
|
||||
webappRPCConfig: {
|
||||
url: 'ws://192.168.1.101:19090/webapp',
|
||||
reconnectInterval: 5000,
|
||||
reconnectRetry: 10,
|
||||
},
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user