Update test README

This commit is contained in:
Christopher Jones 2016-02-29 13:20:39 +11:00
parent 78e8716075
commit 4fa6461b0f
1 changed files with 3 additions and 3 deletions

View File

@ -63,12 +63,12 @@ and 'should' modules are installed by this command.
### 1.4 Configure Database credentials
The database credentials for node-oracledb test suite are defined in dbConfig.js file.
You can set the credentials via environment variables or dbConfig.js file.
The database credentials for node-oracledb test suite are defined in dbconfig.js file.
You can set the credentials via environment variables or dbconfig.js file.
Change the credentials to a user who has privileges to connect and create tables.
```
vi <some-directory>/node_modules/oracledb/test/dbConfig.js
vi <some-directory>/node_modules/oracledb/test/dbconfig.js
```
```javascript