This commit is contained in:
crusader 2018-06-29 14:21:32 +09:00
parent 8feb58fdd6
commit 36471f2f12
2 changed files with 1856 additions and 1855 deletions

3710
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,7 @@ export const environment = {
restBaseURL: 'http://192.168.1.101:19080/webapp', restBaseURL: 'http://192.168.1.101:19080/webapp',
webappRPCConfig: { webappRPCConfig: {
url: 'ws://192.168.1.101:19090/webapp', url: 'ws://192.168.1.101:19090/webapp',
protocol: ['permessage-deflate'],
reconnectInterval: 5000, reconnectInterval: 5000,
reconnectRetry: 10, reconnectRetry: 10,
}, },