feature: Mock up front end interface

This commit is contained in:
Keith Solomon
2025-09-24 18:54:38 -05:00
parent d512b1351e
commit 050efac76b
6 changed files with 135 additions and 13 deletions

View File

@@ -12,10 +12,10 @@
* @link https://github.com/your-repo/AI_Fantasy_NFL
*/
return [
'host' => 'localhost',
'port' => 3306,
return array(
'host' => 'localhost',
'port' => 3306,
'database' => 'ff-ai',
'user' => 'ff-ai',
'user' => 'ff-ai',
'password' => 'lkvQm69$3!xZ',
];
);