fix: default city-service NATS_URL to dagi-nats
This commit is contained in:
@@ -15,7 +15,8 @@ from fastapi import WebSocket, WebSocketDisconnect
|
|||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
# NATS URL
|
# NATS URL
|
||||||
NATS_URL = os.getenv("NATS_URL", "nats://localhost:4222")
|
# Default to dagi-nats inside the Docker network
|
||||||
|
NATS_URL = os.getenv("NATS_URL", "nats://dagi-nats:4222")
|
||||||
|
|
||||||
|
|
||||||
class GlobalPresenceManager:
|
class GlobalPresenceManager:
|
||||||
|
|||||||
Reference in New Issue
Block a user