fix: use Gitea raw context URL for Stellio (replaces blocked ETSI URL)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user