1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Fix tests

This commit is contained in:
Adria Navarro 2023-10-20 17:53:23 +02:00
parent e83e45e2b6
commit d1f0e8fca0
2 changed files with 2 additions and 0 deletions

View file

@ -9,3 +9,4 @@ process.env.LOG_LEVEL = process.env.LOG_LEVEL || "error"
process.env.MOCK_REDIS = "1"
process.env.PLATFORM_URL = "http://localhost:10000"
process.env.REDIS_PASSWORD = "budibase"
process.env.VERSION = "0.0.0+jest"

View file

@ -10,3 +10,4 @@ process.env.PLATFORM_URL = "http://localhost:10000"
process.env.INTERNAL_API_KEY = "tet"
process.env.DISABLE_ACCOUNT_PORTAL = "0"
process.env.MOCK_REDIS = "1"
process.env.VERSION = "0.0.0+jest"