Skip to content

Commit 367bb22

Browse files
committed
use dotenv to provide process data
1 parent 0daa824 commit 367bb22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const SDK_NAME = 'Intento.NodeJS'
66

77
const DEFAULT_AWAIT_DELAY = 1000
88

9+
require('dotenv').config()
10+
911
const https = require('https')
1012
const querystring = require('querystring')
1113
const {

0 commit comments

Comments
 (0)