Initale Einrichtung

This commit is contained in:
2026-05-04 18:46:12 +02:00
parent 8f944776a9
commit a675873437
24 changed files with 2776 additions and 1 deletions
+13
View File
@@ -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_',
];