MyNixOS website logo
option

services.drupal.sites.<name>.database.tablePrefix

The $table_prefix is the value placed in the front of your database tables. Change the value if you want to use something other than dp_ for your database prefix. Typically this is changed if you are installing multiple Drupal sites in the same database.

Declarations
Type
string
Default
"dp_"