Skip to content

Commit

Permalink
next migration deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjyc committed Dec 12, 2024
1 parent f4c9bf6 commit d76f5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/experimental/nodes/frontend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ app.use(express.static('public'));

// Connect to Redis
const redisClient = createClient({
// url: 'redis://localhost:6379/0', only for local
url: "redis://redis:6379"
url: 'redis://localhost:6379/0'
// url: "redis://redis:6379"
});

redisClient.on('error', (err) => {
Expand Down

0 comments on commit d76f5f8

Please sign in to comment.