feat: add database selector env variable
This commit is contained in:
parent
8db565c609
commit
005503a995
3 changed files with 11 additions and 8 deletions
|
|
@ -3,5 +3,5 @@ const cmd = require('./scripts')
|
|||
process.on('message', async (msg) => {
|
||||
console.log('Message from parent:', msg)
|
||||
|
||||
await cmd.execCommand(`node --prof ../../bin/lamassu-server --mockSms --testDB`)
|
||||
await cmd.execCommand(`node --prof LAMASSU_DB=STRESS_TEST ../../bin/lamassu-server --mockSms`)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue