We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4605bc0 commit cfa28edCopy full SHA for cfa28ed
config.js
@@ -250,7 +250,7 @@ config.INTERNAL_STORAGE_POOL_NAME = 'system-internal-storage-pool';
250
config.ALLOW_BUCKET_CREATE_ON_INTERNAL = true;
251
config.BUCKET_AUTOCONF_TIER2_ENABLED = false;
252
config.SYSTEM_STORE_LOAD_CONCURRENCY = parseInt(process.env.SYSTEM_STORE_LOAD_CONCURRENCY, 10) || 5;
253
-config.SYSTEM_STORE_SOURCE = process.env.SYSTEM_STORE_SOURCE || "db";
+config.SYSTEM_STORE_SOURCE = 'core';//process.env.SYSTEM_STORE_SOURCE || "db";
254
//////////////////////////
255
// MD AGGREGATOR CONFIG //
256
0 commit comments