This commit is contained in:
crusader 2018-03-11 21:10:17 +09:00
parent 3293add02f
commit 18c59571bd

View File

@ -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,
},
};