probe store container components

This commit is contained in:
insanity
2018-05-24 20:30:02 +09:00
parent 7852cd0081
commit 5893e35095
5 changed files with 44 additions and 84 deletions

View File

@@ -7,7 +7,7 @@ export const environment = {
production: false,
restBaseURL: 'http://192.168.1.50:19080/webapp',
webappRPCConfig: {
url: 'ws://192.168.1.50:19090/webapp',
url: 'ws://192.168.1.101:19090/webapp',
reconnectInterval: 5000,
reconnectRetry: 10,
},