harperdb 4.3.1 → 4.3.2
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/README.md +1 -1
- package/bin/harperdb.js +58 -57
- package/bin/lite.js +20 -20
- package/json/systemSchema.json +8 -2
- package/launchServiceScripts/launchInstallNATSServer.js +2 -2
- package/launchServiceScripts/launchNatsIngestService.js +19 -19
- package/launchServiceScripts/launchNatsReplyService.js +20 -20
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +20 -20
- package/npm-shrinkwrap.json +30 -30
- package/package.json +2 -2
- package/server/jobs/jobProcess.js +20 -20
- package/server/threads/threadServer.js +20 -20
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.08f98c36.js → main.a7ed3686.js} +2 -2
- package/utility/scripts/restartHdb.js +20 -20
- package/config/yaml/defaultCloneConfig.yaml +0 -26
- /package/studio/build-local/static/js/{main.08f98c36.js.LICENSE.txt → main.a7ed3686.js.LICENSE.txt} +0 -0
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# Clone HarperDB node configuration file. Refer to TODO - add ref to config for this
|
|
2
|
-
---
|
|
3
|
-
databaseConfig:
|
|
4
|
-
excludeDatabases:
|
|
5
|
-
- database: null
|
|
6
|
-
excludeTables:
|
|
7
|
-
- database: null
|
|
8
|
-
table: null
|
|
9
|
-
componentConfig:
|
|
10
|
-
skipNodeModules: true
|
|
11
|
-
exclude:
|
|
12
|
-
- name: null
|
|
13
|
-
clusteringConfig:
|
|
14
|
-
publishToLeaderNode: true
|
|
15
|
-
subscribeToLeaderNode: true
|
|
16
|
-
httpsRejectUnauthorized: false
|
|
17
|
-
# harperdb-config values can be used here and will be applied to the clones harperdb-config.yaml file
|
|
18
|
-
rootPath: null
|
|
19
|
-
operationsApi:
|
|
20
|
-
network:
|
|
21
|
-
port: 9925
|
|
22
|
-
clustering:
|
|
23
|
-
nodeName: null
|
|
24
|
-
logLevel: info
|
|
25
|
-
logging:
|
|
26
|
-
level: error
|
/package/studio/build-local/static/js/{main.08f98c36.js.LICENSE.txt → main.a7ed3686.js.LICENSE.txt}
RENAMED
|
File without changes
|