fix(integration-tests): Restore integration redis-url (#5502)

This commit is contained in:
Philip Korsholm
2023-10-31 09:04:03 +01:00
committed by GitHub
parent a780b92b8d
commit e346be3eca

View File

@@ -11,7 +11,7 @@ const enableResponseCompression =
module.exports = { module.exports = {
plugins: [], plugins: [],
projectConfig: { projectConfig: {
// redis_url: redisUrl, redis_url: redisUrl,
database_url: `postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}/${DB_NAME}`, database_url: `postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}/${DB_NAME}`,
database_type: "postgres", database_type: "postgres",
jwt_secret: "test", jwt_secret: "test",