Commit 0a9a7abc authored by Administrator's avatar Administrator

websocket config

parent fb79c452
Pipeline #68 canceled with stages
...@@ -23,3 +23,4 @@ npm-debug.log ...@@ -23,3 +23,4 @@ npm-debug.log
yarn-error.log yarn-error.log
.DS_Store .DS_Store
composer.lock composer.lock
/resources/js/api/configurl.js
const baseURL = 'ws://127.0.0.1:9502'; const baseURL = 'ws://127.0.0.:9502';
const chemicalsUrl = 'ws://127.0.0.1:9507'; const chemicalsUrl = 'ws://127.0.0.1:9507';
const fireUrl = 'ws://127.0.0.1:9508'; const fireUrl = 'ws://127.0.0.1:9508';
const alarmUrl = 'ws://127.0.0.1:9601'; const alarmUrl = 'ws://127.0.0.1:9601';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment