Skip to content
Snippets Groups Projects
Commit 3bf76ab5 authored by jurgenhaas's avatar jurgenhaas
Browse files

#9 Add collation and charset to Drupal settings file

parent 21272a85
Branches
No related tags found
1 merge request!25Merging develop into main
Pipeline #708500 passed
......@@ -11,6 +11,8 @@ $databases = array (
'host' => '{{ db.host }}',
'port' => '{{ db.port }}',
'prefix' => '{{ db.prefix }}',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
),
),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment