Skip to content

Commit e29c2a1

Browse files
committed
ucloud: Switch default servers URL to production servers.
1 parent 743dace commit e29c2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino_iot_cloud/ucloud.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ class InvalidStateError(Exception):
4343
pass
4444

4545
# Server/port for basic auth.
46-
_DEFAULT_UP_SERVER = ("mqtts-up.iot.oniudra.cc", 8884)
46+
_DEFAULT_UP_SERVER = ("mqtts-up.iot.arduino.cc", 8884)
4747

4848
# Default server/port for key/cert auth.
49-
_DEFAULT_SA_SERVER = ("mqtts-sa.iot.oniudra.cc", 8883)
49+
_DEFAULT_SA_SERVER = ("mqtts-sa.iot.arduino.cc", 8883)
5050

5151

5252
def timestamp():

0 commit comments

Comments
 (0)