fix: use Gitea raw context URL for Stellio (replaces blocked ETSI URL)

This commit is contained in:
Eric FELIXINE
2026-05-04 09:57:33 -04:00
parent a676fe18ae
commit 16c02c91dc
2 changed files with 42 additions and 1 deletions

View File

@@ -131,8 +131,9 @@ for stype, locs in SENSOR_LOCATIONS.items():
# =============================================================================
# Contextes NGSI-LD : core + Smart Data Models
# https://smartdatamodels.org pour les @context officiels
STELLIO_CONTEXT_URL = "http://172.29.0.5:8085"
ORION_CONTEXT = [
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld",
f"{STELLIO_CONTEXT_URL}/ngsi-ld-core.jsonld",
"https://raw.githubusercontent.com/smart-data-models/dataModel.Environment/master/context.jsonld",
"https://raw.githubusercontent.com/smart-data-models/dataModel.Transportation/master/context.jsonld",
"https://raw.githubusercontent.com/smart-data-models/dataModel.Parking/master/context.jsonld",