Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tharlestsa committed Oct 26, 2024
1 parent 91bd0f3 commit 3717437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/config/redis.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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 3717437

Please sign in to comment.