config.js 195 B

12345678
  1. export const maxQuery = 500
  2. export const maxRows = 10000
  3. export const clientOpts = {
  4. host: 'tfb-database',
  5. user: 'benchmarkdbuser',
  6. password: 'benchmarkdbpass',
  7. database: 'hello_world',
  8. }