Pavel
Results
1
comments of
Pavel
[node-mysql's connection options](https://github.com/mysqljs/mysql#connection-options) doesn't support key "hostname", use "host" instead. ``` { "mysql": { "host": "us-cdbr-iron-east-03.cleardb.net", "database": "heroku_******", "user": "bf********", "password": "49*******" }, "server": { "port": 3306 }, "app": {...