Files
main-website/watchgether/src/Config/db.php
T
2026-04-27 06:52:16 +00:00

9 lines
135 B
PHP

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