We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801c71d commit d6aa432Copy full SHA for d6aa432
test/lib.test.js
@@ -6,9 +6,9 @@ const Fastify = require('fastify')
6
const oracledb = require('oracledb')
7
8
const poolOptions = {
9
- user: 'RANINFO',
10
- password: 'RANINFO',
11
- connectString: 'TTGDB12C-RANINFO_INTERNAL_DEV'
+ user: 'travis',
+ password: 'travis',
+ connectString: 'localhost/xe'
12
}
13
14
test('creates pool from config', (t) => {
0 commit comments