simplify config variables

This commit is contained in:
Apher 2026-07-06 10:09:11 +00:00
parent 059990cd31
commit 2275e8b23a

View File

@ -1,4 +1,4 @@
module.exports = { module.exports = {
REDIS_HOST: process.env.REDIS_HOST, REDIS_HOST: process.env.HOST,
REDIS_PORT: process.env.REDIS_PORT REDIS_PORT: process.env.PORT
} }