Initial Push

This commit is contained in:
2026-04-12 22:08:47 +02:00
parent 1250fe00fc
commit b15a2b4442
2 changed files with 73 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'host' => 'localhost',
'dbname' => 'watchgether',
'username' => 'root',
'password' => '',
];
?>