(chore): Adds redis url to contentful

This commit is contained in:
Sebastian Rindom
2020-08-20 16:32:26 +02:00
parent 17a889b22e
commit b0a4806aee

View File

@@ -22,7 +22,9 @@ class ContentfulService extends BaseService {
accessToken: options.access_token,
})
this.redis_ = redis.createClient()
this.redis_ = redis.createClient({
url: process.env.REDIS_URI,
})
}
async getIgnoreIds_(type) {