Skip to content

Instantly share code, notes, and snippets.

@neurotech
Created July 18, 2014 05:34
Show Gist options
  • Save neurotech/f4acf29e85c9bb249e6d to your computer and use it in GitHub Desktop.
Save neurotech/f4acf29e85c9bb249e6d to your computer and use it in GitHub Desktop.
config.init = {
libpath: ('./drivers/db2jcc.jar'),
drivername: 'com.ibm.db2.jcc.DB2Driver',
url: 'jdbc:' + 'db2://' + config.db2.host + ':' + config.db2.port + config.db2.suffix + ':user=' + config.db2.username + ';password=' + config.db2.password + ';'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment