harperdb 4.3.0 → 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.
@@ -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