✨feature: Mock up front end interface
This commit is contained in:
@@ -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',
|
||||
];
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user