Config.js does not have the 'host' object for specifying the MySQL IP/host. Add: sql: { host: '' ... }
Config.js does not have the 'host' object for specifying the MySQL IP/host.
Add:
sql: {
host: ''
...
}