We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787f8bd commit 4273f40Copy full SHA for 4273f40
README.md
@@ -48,6 +48,8 @@ ONSTAR_PASSWORD=
48
ONSTAR_PIN=
49
MQTT_USERNAME=
50
MQTT_PASSWORD=
51
+#For Canadian users, specify the canadian end-point as well:
52
+ONSTAR_URL=https://api.gm.ca
53
```
54
### Node.js
55
It's a typical node.js application, define the same environment values as described in the docker sections and run with:
0 commit comments