Simulator: Stellio URL to localhost:8087 (exposed container)

This commit is contained in:
Eric FELIXINE
2026-05-04 22:01:18 -04:00
parent a2502eff91
commit 7f0543de85

View File

@@ -446,7 +446,7 @@ class MultiMQTT:
ORION_HOST = "localhost" ORION_HOST = "localhost"
ORION_PORT = "2026" ORION_PORT = "2026"
ORION_URL = f"http://{ORION_HOST}:{ORION_PORT}" ORION_URL = f"http://{ORION_HOST}:{ORION_PORT}"
STELLIO_URL = os.environ.get("STELLIO_URL", "http://localhost:8080") # Stellio API Gateway (à exposer) STELLIO_URL = os.environ.get("STELLIO_URL", "http://localhost:8087") # Stellio API Gateway (à exposer)
# Configuration OpenRemote (URLs dynamiques) # Configuration OpenRemote (URLs dynamiques)
OR_URL = os.environ.get("OR_URL", "http://localhost:8080") # OpenRemote Manager (Traefik) OR_URL = os.environ.get("OR_URL", "http://localhost:8080") # OpenRemote Manager (Traefik)
OR_REALM = os.environ.get("OR_REALM", "smartcity") # Default: smartcity OR_REALM = os.environ.get("OR_REALM", "smartcity") # Default: smartcity