Phing Drupal Settings
Categories
Component ID
2188279
Component name
Phing Drupal Settings
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
350
Component created
Component changed
Component body
This is a Phing task that builds a Drupal settings array. It's useful for appending to a settings file during setup.
Example
<drupalsettings propertyName="drupal.settings" user="${sql.username}" password="${sql.password}" database="${sql.database}" />
<append destFile="${drupal.workingdir.resolved}/sites/default/settings.php" text="${drupal.settings}" />
