Skip to content
Snippets Groups Projects
Commit 5f706793 authored by totten's avatar totten
Browse files

civibuild.md - Further simplify "settings.php; wp-config.php"

We don't really need the two bulleted lists:
 * In context, the previous section should give hints about what this means.
 * If the context isn't clear enough, then the links provide more concrete description.
parent 650a04ec
No related branches found
No related tags found
No related merge requests found
......@@ -290,15 +290,9 @@ Each CMS includes a settings file that is analogous to
`civicrm.settings.php`. These follow a parallel structure -- which
means that you can put extra config files in:
* `/etc/backdrop.settings.d/*.php` (Backdrop)
* `/etc/drupal.settings.d/*.php` (Drupal)
* `/etc/wp-config.d/*.php` (WordPress)
For further documentation, see
* [`/app/backdrop.settings.d/README.txt`](https://github.com/civicrm/civicrm-buildkit/blob/master/app/backdrop.settings.d/README.txt) (Backdrop)
* [`/app/drupal.settings.d/README.txt`](https://github.com/civicrm/civicrm-buildkit/blob/master/app/drupal.settings.d/README.txt) (Drupal)
* [`/app/wp-config.d/README.txt`](https://github.com/civicrm/civicrm-buildkit/blob/master/app/wp-config.d/README.txt) (WordPress)
* [backdrop.settings.d](https://github.com/civicrm/civicrm-buildkit/blob/master/app/backdrop.settings.d/README.txt) (Backdrop)
* [drupal.settings.d](https://github.com/civicrm/civicrm-buildkit/blob/master/app/drupal.settings.d/README.txt) (Drupal)
* [wp-config.d](https://github.com/civicrm/civicrm-buildkit/blob/master/app/wp-config.d/README.txt) (WordPress)
### civibuild.conf {:#settings-civibuild}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment