Files
main-website/watchgether/src/Config/db.php
T
2026-04-12 22:08:47 +02:00

9 lines
127 B
PHP

<?php
return [
'host' => 'localhost',
'dbname' => 'watchgether',
'username' => 'root',
'password' => '',
];
?>