v12.0.0 - initial commit
This commit is contained in:
commit
e2c49ea43c
1145 changed files with 97211 additions and 0 deletions
7
packages/server/tests/stress/utils/variables.js
Normal file
7
packages/server/tests/stress/utils/variables.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const SERVER_CERT_PATH = `../../certs/Lamassu_OP_Root_CA.pem`
|
||||
const MACHINE_PATH = `../../../lamassu-machine`
|
||||
|
||||
// Request timers
|
||||
const POLLING_INTERVAL = 5000
|
||||
|
||||
module.exports = { SERVER_CERT_PATH, MACHINE_PATH, POLLING_INTERVAL }
|
||||
Loading…
Add table
Add a link
Reference in a new issue