.env.example update
test-org/integration-module/pipeline/pr-rc This commit looks good Details

pull/27/head
prplV 2025-04-29 11:34:29 -04:00
parent b58c58b165
commit 0ea8213346
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ DB_DBNAME = "db_name"1
# Prometheus-Exporter info # Prometheus-Exporter info
EXPORTER_URL = "http(s)://ip.ip.ip.ip:port" EXPORTER_URL = "http(s)://ip.ip.ip.ip:port"
# VINTEO Jitter puller (needed to init Jitter native grab)
VINTEO_API_KEY = "6fe8b0db-62b4-4065-9c1e-441ec4228341.9acec20bd17d7178f332896f8c006452877a22b8627d089105ed39c5baef9711"
# Status Model API support # Status Model API support
# > if exists, ignore `EXPORTER_URL` var # > if exists, ignore `EXPORTER_URL` var
STATUS_SYSTEM_URL = "http://192.168.2.39:9999/api/input" STATUS_SYSTEM_URL = "http://192.168.2.39:9999/api/input"