Files
Antoni Nuñez Romeu cf087fc0b7
Run Tests on Branches / Detect Changes (push) Successful in 13s
Run Tests on Branches / Backend Tests (push) Successful in 1m45s
Run Tests on Branches / Frontend Tests (push) Successful in 1m46s
Run Tests on Branches / Frontend Mobile Tests (push) Has been skipped
Run Tests on Branches / Parapharmacy API Tests (push) Has been skipped
Run Tests on Branches / PIP Platform Tests (push) Failing after 1m37s
Fixed CI/CD and .env vars
2026-07-16 18:10:17 +02:00

19 lines
745 B
Bash

# Grafana Faro (browser RUM) — Vite build-time env vars.
# These are inlined into the production bundle at build time.
# Copy to .env and adjust as needed for local dev.
# OTLP HTTP endpoint of the Grafana Alloy collector.
# In Docker on the same host as Alloy, use http://localhost:4318 (the
# container's perspective of the host). For external deploys, use the
# Alloy's public URL, e.g. https://alloy.example.com.
VITE_FARO_ENDPOINT=https://grafana.hacecalor.net:4318
# App name shown in Grafana Explore / Faro data source.
VITE_FARO_APP_NAME=farmaclic-frontend
# Environment label (production | staging | development).
VITE_FARO_ENV=production
# App version (set by CI from the package version or git tag).
VITE_FARO_APP_VERSION=1.0.0