Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 536 Bytes

File metadata and controls

21 lines (14 loc) · 536 Bytes

Inter

Environmental Variables

  • QUERY_TIMEOUT_SECONDS - optional variable that sets up query timeout in seconds, by default it's 60

Tested Database

  • TESTED_DB_URL - JDBC connection link, needs to be the name of the database container
  • TESTED_DB_NAME - database name
  • TESTED_DB_USER - name of the database user
  • TESTED_DB_PASS - user's password

Internal Database

Same as the tested database's environmental variables.

  • INTERNAL_DB_URL
  • INTERNAL_DB_NAME
  • INTERNAL_DB_USER
  • INTERNAL_DB_PASS