Robot Ip input & cache

This commit is contained in:
2026-04-19 15:18:29 +03:00
parent bba2301ba6
commit 07f26e3906
10 changed files with 1589 additions and 570 deletions

View File

@@ -11,7 +11,7 @@ const fs = require('fs');
require('dotenv').config();
const JIBO_HOST = '192.168.1.217';
const JIBO_HOST = '192.168.1.10';
const JIBO_PORT = 8160;
const APP_PORT = process.env.PORT || 3000;