Skip to content

Commit

Permalink
Change link to redis database
Browse files Browse the repository at this point in the history
  • Loading branch information
ZekeWK committed Mar 14, 2024
1 parent e802cc1 commit 975a782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const auth = require('./authentication')


var db = redis.createClient({
url: 'redis://redis:6379'
url: 'redis://konst-count-redis:6379'
}
);

Expand Down

0 comments on commit 975a782

Please sign in to comment.