feat: idle machine polling

This commit is contained in:
Sérgio Salgado 2021-01-12 18:17:32 +00:00 committed by Josh Harvey
parent ea36d66167
commit 20727a60cd
7 changed files with 198 additions and 0 deletions

View file

@ -0,0 +1,5 @@
const NUMBER_OF_MACHINES = 4
const SERVER_CERT_PATH = `../../certs/Lamassu_OP_Root_CA.pem`
const MACHINE_PATH = `../../../lamassu-machine`
module.exports = { NUMBER_OF_MACHINES, SERVER_CERT_PATH, MACHINE_PATH }