Skip to content
Open
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
12 changes: 0 additions & 12 deletions src/settings/01-core.settings.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@
* @see \Drupal\Core\Site\Settings::get()
*/

/**
* The active installation profile.
*
* Changing this after installation is not recommended as it changes which
* directories are scanned during extension discovery. If this is set prior to
* installation this value will be rewritten according to the profile selected
* by the user.
*
* @see install_select_profile()
*/
$settings['install_profile'] = 'minimal';

/**
* Salt for one-time login links, cancel links, form tokens, etc.
*
Expand Down