Liam Pietralla
f577617b4d
All checks were successful
Build and Publish / Build Yale Access Backend (push) Successful in 28s
Build and Publish / Build Yale Access Frontend (push) Successful in 47s
Build and Publish / Push Yale Access Backend Docker Image (push) Successful in 9s
Build and Publish / Push Yale Access Frontend Docker Image (push) Successful in 10s
25 lines
803 B
JSON
25 lines
803 B
JSON
{
|
|
"LogLocation": "<Location>/Log.txt", // Location of the log file
|
|
"CorsAllowedOrigins": "http://localhost:5173", // The URL of the frontend SPA
|
|
"Devices": {
|
|
"YaleLockNodeId": "?" // The yale lock node id from your ZWave Network
|
|
},
|
|
"Codes": {
|
|
"Home": 1, // Home user code
|
|
"GuestCodeRangeStart": 2, // Guest or user codes start ID
|
|
"GuestCodeRangeCount": 5 // Guest or user codes count
|
|
},
|
|
"ZWave": {
|
|
"Url": "ws://localhost:3000", // The URL of the ZWave Server
|
|
"SchemaVersion": "?" // The schema version of your ZWave Network
|
|
},
|
|
"Authentication": {
|
|
"Password": "<Password>" // Password to access the YaleAccess Portal
|
|
},
|
|
"Twilio": {
|
|
"AccountSid": "<SID>",
|
|
"AuthToken": "<Auth>",
|
|
"FromNumber": "<From Number>",
|
|
"Message": "<Message>"
|
|
}
|
|
} |