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 431d745 commit 2dceb75Copy full SHA for 2dceb75
test/lib.test.js
@@ -6,10 +6,10 @@ const Fastify = require('fastify')
6
const oracledb = require('oracledb')
7
8
const poolOptions = {
9
- user: 'travis',
10
- password: 'travis',
11
- connectString: 'localhost/xe',
12
- poolMin: 2
+ user: 'RANINFO',
+ password: 'RANINFO',
+ connectString: 'TTGDB12C-RANINFO_INTERNAL_DEV',
+ poolMin: 1
13
}
14
15
test('creates pool from config', (t) => {
0 commit comments