We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6765a08 commit a4cc5e4Copy full SHA for a4cc5e4
src/app.js
@@ -37,7 +37,7 @@ app.use(json({ pretty: false, param: 'pretty' }));
37
38
// Redis cache options
39
// 90 minute TTL
40
-const redisURL = urlParse.parse(process.env.REDISCLOUD_URL || 'redis://default:default@redis_db:6379');
+const redisURL = urlParse.parse(process.env.REDISCLOUD_URL || 'redis://default:default@localhost:6379');
41
42
const options = {
43
expire: 5000,
0 commit comments