Explorar el Código

added externalPluginMarketplaceRepos to default config file

CauseFX hace 4 años
padre
commit
3bc969aee2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      api/config/default.php

+ 2 - 1
api/config/default.php

@@ -616,5 +616,6 @@ return [
 	'maxLogFiles' => '7',
 	'logLiveUpdateRefresh' => '5000',
 	'logPageSize' => '50',
-	'includeDatabaseQueriesInDebug' => false
+	'includeDatabaseQueriesInDebug' => false,
+	'externalPluginMarketplaceRepos' => ''
 ];