Initial commit
This commit is contained in:
commit
745182386f
184 changed files with 20012 additions and 0 deletions
13
assets/example.settings.local-append.txt
Normal file
13
assets/example.settings.local-append.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
$databases['default']['default'] = [
|
||||
'database' => env('MYSQL_DATABASE'),
|
||||
'username' => env('MYSQL_USER'),
|
||||
'password' => env('MYSQL_PASSWORD'),
|
||||
'host' => env('MYSQL_HOSTNAME'),
|
||||
'port' => env('MYSQL_PORT'),
|
||||
'driver' => 'mysql',
|
||||
'prefix' => '',
|
||||
'collation' => 'utf8mb4_general_ci',
|
||||
];
|
||||
|
||||
$settings['config_sync_directory'] = '../config/sync';
|
||||
$settings['hash_salt'] = env('DRUPAL_SALT');
|
Reference in a new issue