Initale Einrichtung
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'enabled' => false,
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 3306,
|
||||
'database' => 'fotobox',
|
||||
'username' => 'fotobox_user',
|
||||
'password' => 'change-me',
|
||||
'table_prefix' => 'fb_',
|
||||
];
|
||||
Reference in New Issue
Block a user