Skip to content

Commit

Permalink
Create config files from default config files. Include settings.local…
Browse files Browse the repository at this point in the history
….php.
  • Loading branch information
pingers committed Sep 6, 2017
1 parent 9aa7d9b commit 80b975d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
},
"drupal-scaffold": {
"includes": [
"sites/default/settings.local.php"
],
"initial": {
"sites/default/default.services.yml": "sites/default/services.yml",
"sites/default/default.settings.php": "sites/default/settings.php"
}
}
}
}

0 comments on commit 80b975d

Please sign in to comment.