Skip to content

Commit

Permalink
update config redis
Browse files Browse the repository at this point in the history
  • Loading branch information
tharlestsa committed Oct 26, 2024
1 parent 3717437 commit f109c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/config/redis.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export default {
host: process.env.REDIS_HOST,
port: process.env.REDIS_PORT,
password: process.env.REDIS_PASSWORD,
connectTimeout: 10000,
health_check_interval:30,
};

0 comments on commit f109c54

Please sign in to comment.