Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bbirdk2 opened this issue May 31, 2020 · 1 comment
Open

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

bbirdk2 opened this issue May 31, 2020 · 1 comment

Comments

@bbirdk2
Copy link

bbirdk2 commented May 31, 2020

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

@mobyjames
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants