We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be really helpful if the default datacenter could be set at configuration time
# Initialize Consul Diplomat.configure do |config| config.datacenter = 'mydc' end
and all API calls would use that each time, unless overridden.
The text was updated successfully, but these errors were encountered:
@miklinux Yes, that's a good idea, would you like to propose a PR, I'll be glad to review it
Sorry, something went wrong.
@pierresouchay Will look into it
Hi @pierresouchay, here's the PR for reviewing!
#220
No branches or pull requests
It would be really helpful if the default datacenter could be set at configuration time
and all API calls would use that each time, unless overridden.
The text was updated successfully, but these errors were encountered: