-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdev.settings.php
More file actions
31 lines (27 loc) · 969 Bytes
/
dev.settings.php
File metadata and controls
31 lines (27 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
$databases['default']['default'] = array (
'database' => 'drupal',
'username' => 'drupal',
'password' => 'drupal',
'host' => 'mariadb',
'port' => '3306',
'driver' => 'mysql',
'prefix' => '',
'collation' => 'utf8mb4_general_ci',
);
$settings['hash_salt'] = 'CDSYjnp9WdGFPW-ls22I1tJVxr45tLR0SfHuAvRHH35eze_TEcHXLNK7RN9xxeu3n027aNnZ4g';
$settings['update_free_access'] = FALSE;
$databases['default']['default'] = array (
'database' => 'drupal',
'username' => 'drupal',
'password' => 'drupal',
'prefix' => '',
'host' => 'mariadb',
'port' => '3306',
'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
'driver' => 'mysql',
);
$settings['install_profile'] = 'standard';
$config_directories['sync'] = 'sites/default/files/config_gHXbzhTN8JtAegamDWJ3U1wrbKN46SrNAJVvaZfBzKNTB9ELRDir2ee3gy8ga5A4_12FTyg3Iw/sync';
$config['system.performance']['css']['preprocess'] = FALSE;
$config['system.performance']['js']['preprocess'] = FALSE;