@itentialopensource/adapter-utils 5.10.1 → 5.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/throttle.js +3 -2
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/lib/throttle.js
CHANGED
|
@@ -647,14 +647,15 @@ class SystemXThrottle {
|
|
|
647
647
|
const dbName = prongo.properties.db;
|
|
648
648
|
|
|
649
649
|
// define some local variables to help in validating the properties.json file
|
|
650
|
+
const pronghorn = 'pronghorn';
|
|
650
651
|
let sslEnabled = false;
|
|
651
652
|
let sslValidate = false;
|
|
652
653
|
let sslCheckServerIdentity = false;
|
|
653
654
|
let sslCA = null;
|
|
654
655
|
let replSetEnabled = false;
|
|
655
656
|
let dbAuthEnabled = false;
|
|
656
|
-
let dbUsername =
|
|
657
|
-
let dbPassword =
|
|
657
|
+
let dbUsername = pronghorn;
|
|
658
|
+
let dbPassword = pronghorn;
|
|
658
659
|
|
|
659
660
|
/*
|
|
660
661
|
* this first section is configuration mapping
|
package/package.json
CHANGED
|
Binary file
|