Simulator: Stellio URL to localhost:8087 (exposed container)
This commit is contained in:
@@ -446,7 +446,7 @@ class MultiMQTT:
|
||||
ORION_HOST = "localhost"
|
||||
ORION_PORT = "2026"
|
||||
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)
|
||||
OR_URL = os.environ.get("OR_URL", "http://localhost:8080") # OpenRemote Manager (Traefik)
|
||||
OR_REALM = os.environ.get("OR_REALM", "smartcity") # Default: smartcity
|
||||
|
||||
Reference in New Issue
Block a user