Adding test containers debug.

This commit is contained in:
mike12345567 2024-06-10 15:17:01 +01:00
parent 04297e8f36
commit fe789e7462
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ process.env.COUCH_DB_PASSWORD = "budibase"
process.env.COUCH_DB_USER = "budibase"
process.env.API_ENCRYPTION_KEY = "testsecret"
process.env.JWT_SECRET = "testsecret"
process.env.DEBUG = "testcontainers*"