Skip to content

Instantly share code, notes, and snippets.

@crowelch
Created January 5, 2016 07:54
Show Gist options
  • Select an option

  • Save crowelch/4d3ef908577864f1f5e6 to your computer and use it in GitHub Desktop.

Select an option

Save crowelch/4d3ef908577864f1f5e6 to your computer and use it in GitHub Desktop.
Sample config/secrets.js for Organization Manager
exports.params = {
host: 'yourMySqlDbHost',
port: 3306,
user: 'user',
password: 'password',
database: 'dbName'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment