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

the config.yml is no use when there is a default data in redis-browser.rb #20

Open
LeoWoooo opened this issue Oct 31, 2015 · 1 comment

Comments

@LeoWoooo
Copy link

I change the configuration of config.yml,and run redis-browser,but the configuration is no use。
So I check every step until I command out this line of code.
I mean U can command out this in Ur code so that other people just need to change the config.yml to connect the redis-server that they want to connect.

filename:redis-browser.rb
code:
module RedisBrowser
DEFAULTS = {
'connections' => {

'default' => 'redis://127.0.0.1:6379/0'

}

}

@szajbus
Copy link
Member

szajbus commented Aug 31, 2016

Can you paste the contents of you config.yml file? I am assuming you are using the command redis-browser --config config.yml

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