update CLOUD_INGEST_URL var

This commit is contained in:
Первов Артем
2026-06-05 21:31:10 +03:00
parent b7e2381f44
commit c549093b32
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ export const TOPIC = 'data/edge5/modbus/v1'
const EDGE = 'edge5'
const REGISTER_COUNT = 125
const postUrl =
process.env.CLOUD_INGEST_URL ?? 'https://greact.drll.cloud/api/ingest'
process.env.CLOUD_INGEST_URL ?? 'https://demo.backend.drill.greact.ru/api/ingest'
type Edge5ModbusMetric = {
edge: string