Update README.md

This commit is contained in:
BennyDaBee 2022-08-16 08:49:10 -05:00 committed by GitHub
parent 84499606bb
commit b15f7bc4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,8 @@ cd src
sudo nano index.js
```
Make the following lines similar to this
```deviceId: process.env.ONSTAR_DEVICEID || 'uuidhere',
```
deviceId: process.env.ONSTAR_DEVICEID || 'uuidhere',
vin: process.env.ONSTAR_VIN || 'vinhere',
username: process.env.ONSTAR_USERNAME 'usernamehere',
password: process.env.ONSTAR_PASSWORD 'password here',