Fix 'invalid shorthand property initializer'
This commit is contained in:
parent
67d70da3c6
commit
32e64c8376
@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
REDIS_HOST=process.env.REDIS_HOST,
|
REDIS_HOST: process.env.REDIS_HOST,
|
||||||
REDIS_PORT=process.env.REDIS_PORT
|
REDIS_PORT: process.env.REDIS_PORT
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user