mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
feat(config): add acpPluginInstallDisabled option (#13189)
This commit is contained in:
@@ -144,6 +144,7 @@ before(async function () {
|
||||
nconf.set('version', packageInfo.version);
|
||||
nconf.set('runJobs', false);
|
||||
nconf.set('jobsDisabled', false);
|
||||
nconf.set('acpPluginInstallDisabled', false);
|
||||
|
||||
|
||||
await db.init();
|
||||
|
||||
Reference in New Issue
Block a user