Drupal: Difference between revisions

Abmurrow (talk | contribs)
Add note about database config
Abmurrow (talk | contribs)
mNo edit summary
 
Line 110: Line 110:
   };
   };
};
};
</syntaxhighlight><blockquote>'''Note:''' The database settings configured in NixOS will merely create the database, they will not instruct a new Drupal installation where to find the database. Either define your database settings in <code>settings.pho</code>, or see [[Drupal#After_Installation| After Installation]] for an example of how to do this with nix.</blockquote>
</syntaxhighlight><blockquote>'''Note:''' The database settings configured in NixOS will merely create the database, they will not instruct a new Drupal installation where to find the database. Either define your database settings in <code>settings.php</code>, or see [[Drupal#After_Installation| After Installation]] for an example of how to do this with nix.</blockquote>


== State Directory ==
== State Directory ==