fix(integration-tests): Restore integration redis-url (#5502)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user