Skip to content

Instantly share code, notes, and snippets.

@mickhansen
Created September 5, 2013 20:04
Show Gist options
  • Save mickhansen/6455420 to your computer and use it in GitHub Desktop.
Save mickhansen/6455420 to your computer and use it in GitHub Desktop.
sequelize.getQueryInterface().QueryGenerator.databaseConnectionUri = function(config) {
return {
user: config.username,
password: config.password,
database: config.database,
host: config.host,
port: config.port,
protocol: config.protocol,
ssl: true
};
connectionUri.ssl = true;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment