Skip to content

Instantly share code, notes, and snippets.

@opdavies
Last active January 16, 2016 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opdavies/4bc0bbb5a046897470fe to your computer and use it in GitHub Desktop.
Save opdavies/4bc0bbb5a046897470fe to your computer and use it in GitHub Desktop.
Drupal 8 settings.
<?php
$settings['hash_salt'] = '';
$settings['update_free_access'] = FALSE;
$settings['container_yamls'][] = __DIR__ . '/services.yml';
if (file_exists(__DIR__ . '/settings.local.php')) {
include __DIR__ . '/settings.local.php';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment