harperdb 4.7.0-alpha.2 → 4.7.0-alpha.3

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.
@@ -514,6 +514,8 @@ export declare const CONFIG_PARAMS: {
514
514
  readonly HTTP_MAXHEADERSIZE: "http_maxHeaderSize";
515
515
  readonly HTTP_THREADRANGE: "http_threadRange";
516
516
  readonly HTTP_HTTP2: "http_http2";
517
+ readonly LICENSE_MODE: "license_mode";
518
+ readonly LICENSE_REGION: "license_region";
517
519
  readonly LOCALSTUDIO_ENABLED: "localStudio_enabled";
518
520
  readonly LOGGING_CONSOLE: "logging_console";
519
521
  readonly LOGGING_FILE: "logging_file";
@@ -559,6 +561,7 @@ export declare const CONFIG_PARAMS: {
559
561
  readonly REPLICATION_ENABLEROOTCAS: "replication_enableRootCAs";
560
562
  readonly REPLICATION_SHARD: "replication_shard";
561
563
  readonly REPLICATION_BLOBTIMEOUT: "replication_blobTimeout";
564
+ readonly REPLICATION_FAILOVER: "replication_failOver";
562
565
  readonly ROOTPATH: "rootPath";
563
566
  readonly SERIALIZATION_BIGINT: "serialization_bigInt";
564
567
  readonly STORAGE_WRITEASYNC: "storage_writeAsync";