Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Change default local settings for visibility of test projects and rebuild access #565

Merged
merged 1 commit into from
Oct 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
* During development it can be useful to install test extensions for debugging
* purposes.
*/
$settings['extension_discovery_scan_tests'] = TRUE;
$settings['extension_discovery_scan_tests'] = FALSE;

/**
* Enable access to rebuild.php.
Expand All @@ -105,7 +105,7 @@
* be gained by generating a query string from rebuild_token_calculator.sh and
* using these parameters in a request to rebuild.php.
*/
$settings['rebuild_access'] = TRUE;
$settings['rebuild_access'] = FALSE;

/**
* Temporary file path:
Expand Down