This commit is contained in:
2024-07-20 19:23:43 +02:00
parent d608a990b6
commit 3fa2f07ed3
14 changed files with 526 additions and 47 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
"host" => "usersql.zedat.fu-berlin.de",
"user" => "khofmann-sql",
"passwd" => "xz8c7m7p",
"database" => "khofmann-db1",
"charset" => "utf8",
];