WIP: db versuch, leider ERR500

This commit is contained in:
Troy grunt
2026-02-07 00:08:26 +01:00
parent 98a3f4d5b6
commit aae7237420
3 changed files with 189 additions and 1 deletions

7
app/lib/secret.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
$_m = [
'host' => 'netdoc_db',
'user' => 'netdoc',
'pass' => 'netdoc',
'data' => 'netdoc'
];