Skip to content

Commit 9646b32

Browse files
committed
Remove invalid Node.js docs (not applicable on this page)
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent 6f61790 commit 9646b32

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/content/docs/guides/Usage/nodejs.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ mapepire-js is a pooling asynchronous client to an instance of the [mapepire-ser
2020

2121
This document illustrates the use of the mapepire-js client. Other language clients and the mapepire-server itself are documented elsewhere.
2222

23-
### Specifying the mapepire-server instance for the connection
24-
25-
The location and port of the mapepire-server instance as well as the credentials for IBM i Db2 can be specified in a `.env` file. Copy the `.env.sample` file in the root directory of mapepire-js to `.env` and fill in the values. Note that any entry in the `.env` file containing javascript metacharacters such as `$` may need to be backslash-escaped , e.g.,
26-
27-
```sh
28-
VITE_DB_PASS=MYPAS\$WORD
29-
```
30-
3123
### Simple test
3224

3325
Credentials belong in an object which can be passed to a `Pool` or `SQLJob`.

0 commit comments

Comments
 (0)