✨feature: Initial commit
This commit is contained in:
21
config/database.php
Normal file
21
config/database.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Database configuration file for AI Fantasy NFL.
|
||||
*
|
||||
* PHP version: PHP 8.3+
|
||||
*
|
||||
* @category Configuration
|
||||
* @package AI_Fantasy_NFL
|
||||
* @author Keith Solomon <keith@keithsolomon.net>
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @version GIT: $Id$
|
||||
* @link https://github.com/your-repo/AI_Fantasy_NFL
|
||||
*/
|
||||
|
||||
return [
|
||||
'host' => 'localhost',
|
||||
'port' => 3306,
|
||||
'database' => 'ff-ai',
|
||||
'user' => 'ff-ai',
|
||||
'password' => 'lkvQm69$3!xZ',
|
||||
];
|
||||
Reference in New Issue
Block a user