We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bbe92 commit cca3a8dCopy full SHA for cca3a8d
examples/example_application.py
@@ -23,7 +23,7 @@
23
datefmt='%Y-%m-%d %H:%M:%S')
24
25
# ThingsBoard REST API URL
26
-url = "http://192.168.1.201:8400"
+url = "http://127.0.0.1:8080"
27
28
# Default Tenant Administrator credentials
29
username = "[email protected]"
0 commit comments