Skip to content

Wrong key "hostname" in documentation #98

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

Closed
raiblue opened this issue Jun 7, 2017 · 1 comment
Closed

Wrong key "hostname" in documentation #98

raiblue opened this issue Jun 7, 2017 · 1 comment

Comments

@raiblue
Copy link

raiblue commented Jun 7, 2017

Given example in README.md, mysql source section:

mysql_data_source: &pii
  hostname: localhost

But there is no "hostname" key there actually, it must be "host". When hostname is used it has no effect and default value for host key is taken (localhost and unix socket usage).

You can fix the example as:

mysql_data_source: &pii
  host: localhost
@prezmix
Copy link

prezmix commented Feb 21, 2018

Thank you!

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

3 participants