Created
July 18, 2014 05:34
-
-
Save neurotech/f4acf29e85c9bb249e6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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