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

View File

@@ -0,0 +1,7 @@
<?php
$_m = [
'host' => 'mariadb',
'user' => 'appuser',
'pass' => 'apppass',
'data' => 'appdb'
];