Skip to content

Commit a4cc5e4

Browse files
committed
corrected localhost url
1 parent 6765a08 commit a4cc5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ app.use(json({ pretty: false, param: 'pretty' }));
3737

3838
// Redis cache options
3939
// 90 minute TTL
40-
const redisURL = urlParse.parse(process.env.REDISCLOUD_URL || 'redis://default:default@redis_db:6379');
40+
const redisURL = urlParse.parse(process.env.REDISCLOUD_URL || 'redis://default:default@localhost:6379');
4141

4242
const options = {
4343
expire: 5000,

0 commit comments

Comments
 (0)