Closed raiblue closed 4 years ago
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
Thank you!
Given example in README.md, mysql source section:
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: