colyseus / proxy

🔀⚔ Proxy and Service Discovery for Colyseus 0.10 ~ 0.14 (Not recommended on 0.15+)
https://docs.colyseus.io/scalability/
MIT License
37 stars 25 forks source link

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

Open bbirdk2 opened 4 years ago

bbirdk2 commented 4 years ago

my redis auth password required (bitnami redis dockerize use)

how to redis password pm2 setting? in colyseus-proxy

REDIS_URL: "redis://password@127.0.0.1:6379/0" or REDIS_URL: "redis://arbitrary_usrname:password@127.0.0.1:6379/0" or REDIS_URL: "redis://:password@127.0.0.1:6379/0" or

all not working

mobyjames commented 3 years ago

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