proxy icon indicating copy to clipboard operation
proxy copied to clipboard

colyseus-proxy pm2 ecosystem.config.js how to redis password

Open bbirdk2 opened this issue 4 years ago • 1 comments

my redis auth password required (bitnami redis dockerize use)

how to redis password pm2 setting? in colyseus-proxy

REDIS_URL: "redis://[email protected]:6379/0" or REDIS_URL: "redis://arbitrary_usrname:[email protected]:6379/0" or REDIS_URL: "redis://:[email protected]:6379/0" or

all not working

bbirdk2 avatar May 31 '20 07:05 bbirdk2

Works for me if I leave off the database number. Mine is in this format: redis://:PASSWORD@HOST:PORT

mobyjames avatar Dec 17 '20 04:12 mobyjames